Reads a float tag.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetFloat(
	int pageIndex,
	int tagIndex,
	int arrayIndex
)
Public Function GetFloat ( _
	pageIndex As Integer, _
	tagIndex As Integer, _
	arrayIndex As Integer _
) As Double
public:
double GetFloat(
	int pageIndex, 
	int tagIndex, 
	int arrayIndex
)

Parameters

pageIndex
Int32
Page index (starting at 0 and ending at GetPagesCount-1).
tagIndex
Int32
Tag index (starting at 0 and ending at GetTagsCount-1).
arrayIndex
Int32
The item index (starting at 0 and ending at GetTagLength-1).

Return Value

The tag value.

See Also