Click or drag to resize

IsisController.SetRationalValue Method

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

Parameters

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