This document is archived and information here might be outdated. Recommended version. |
Retrieve the element in the array (index is 0-based).
[Visual Basic .NET] Public Function get_Element ( _ ByVal index As Integer _ ) As WKSPointZ
[C#] public WKSPointZ get_Element ( int index );
[C++]
HRESULT get_Element(
long index,
WKSPointZ* pElement
);
[C++] Parameters index [in]
index is a parameter of type long pElement [out, retval]
pElement is a parameter of type WKSPointZ*