Returns the specified tag as double.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetRational(
	int tag
)
Public Function GetRational ( _
	tag As Integer _
) As Double
public:
double GetRational(
	int tag
)

Parameters

tag
Int32
Tag code.

Return Value

Returns the specified tag as double.

See Also