This document is archived and information here might be outdated. Recommended version. |
Sets the node equal to a z-value point specified by the index.
[Visual Basic .NET] Public Sub QueryNodeAsWKSPointZ ( _ ByVal Index As Integer, _ ByRef pPoint As WKSPointZ _ )
[C#] public void QueryNodeAsWKSPointZ ( int Index, ref WKSPointZ pPoint );
[C++]
HRESULT QueryNodeAsWKSPointZ(
long Index,
WKSPointZ* pPoint
);
[C++] Parameters Index [in]
Index is a parameter of type long pPoint [out]
pPoint is a parameter of type WKSPointZ*