IsisController.GetSupportedStringValues Method |
Gets the list of supported string values of the specified setting.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string[] GetSupportedStringValues(
IsisSetting setting
)
Public Function GetSupportedStringValues (
setting As IsisSetting
) As String()
Parameters
- setting
- Type: Atalasoft.Isis.IsisSetting
Setting to check.
Return Value
Type:
String[]List of supported values.
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