Returns the specified tag as an array of doubles.

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

Syntax

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

Parameters

tag
Int32
Tag code.
index
Int32
Item index.

Return Value

Returns the specified tag as an array of doubles.

See Also