IsisControllerGetRationalValue 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 Rational GetRationalValue(
IsisSetting setting,
int index
)
Public Function GetRationalValue (
setting As IsisSetting,
index As Integer
) As Rational
Parameters
- setting
- Type: Atalasoft.IsisIsisSetting
Setting to retrieve. - index
- Type: SystemInt32
Index of the element to get. Most settings have only one element, in this case the index must be set to 0.
Return Value
Type:
RationalSetting value.
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