IsisController.SetIntValue Method |
Sets integer setting value.
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 bool SetIntValue(
IsisSetting setting,
int index,
int value
)
Public Function SetIntValue (
setting As IsisSetting,
index As Integer,
value As Integer
) As Boolean
Parameters
- setting
- Type: Atalasoft.Isis.IsisSetting
Setting to set. - index
- Type: System.Int32
Index of the element to set. Most settings have only one element, in this case the index must be set to 0. - value
- Type: System.Int32
Value to set.
Return Value
Type:
Booleantrue if the operation is succeeded, otherwise false.
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