Click or drag to resize

IsisControllerSetIntValue Method

Sets integer setting value.

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 bool SetIntValue(
	IsisSetting setting,
	int index,
	int value
)

Parameters

setting
Type: Atalasoft.IsisIsisSetting
Setting to set.
index
Type: SystemInt32
Index of the element to set. Most settings have only one element, in this case the index must be set to 0.
value
Type: SystemInt32
Value to set.

Return Value

Type: Boolean
true if the operation is succeeded, otherwise false.
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