Click or drag to resize

IsisControllerGetSupportedIntValues Method

Gets the list of supported integer values of the specified setting.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int[] GetSupportedIntValues(
	IsisSetting setting
)

Parameters

setting
Type: Atalasoft.IsisIsisSetting
Setting to check.

Return Value

Type: Int32
List of supported values.
Exceptions
ExceptionCondition
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