Click or drag to resize

IsisController.GetRationalValue Method

Retrieves setting value as Rational.

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 Rational GetRationalValue(
	IsisSetting setting,
	int index
)

Parameters

setting
Type: Atalasoft.Isis.IsisSetting
Setting to retrieve.
index
Type: System.Int32
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: Rational
Setting value.
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