IsisControllerSetRationalValue Method |
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 SetRationalValue(
IsisSetting setting,
int index,
Rational value
)
Public Function SetRationalValue (
setting As IsisSetting,
index As Integer,
value As Rational
) As Boolean
Parameters
- setting
- Type: Atalasoft.IsisIsisSetting
Setting to set. - index
- Type: SystemInt32
- value
- Type: Atalasoft.Imaging.MetadataRational
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