This document is archived and information here might be outdated. Recommended version. |
The element position at the given index.
[Visual Basic .NET]
Public Function get_Position ( _
ByVal index As Integer _
) As Double
[C#]
public double get_Position (
int index
);
[C++]
HRESULT get_Position(
long index,
System.Double* elementPos
);
[C++] Parameters index [in]
index is a parameter of type long elementPos [out, retval]
elementPos is a parameter of type double*