IsisControllerGetSupportedSettings Method |
Gets the list of supported settings.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic IsisSetting[] GetSupportedSettings(
bool excludeUnknownSettings
)
Public Function GetSupportedSettings (
excludeUnknownSettings As Boolean
) As IsisSetting()
Parameters
- excludeUnknownSettings
- Type: SystemBoolean
The value indicating whether the settings other than defined in IsisSetting should be included.
Return Value
Type:
IsisSettingThe list of supported settings.
Exceptions| Exception | Condition |
|---|
| IsisException |
In case of error in attempt to execute the command. See "Error handling" in Remarks section of IsisController class description for more information.
|
See Also