This document is archived and information here might be outdated. Recommended version. |
Sets the node equal to a point with a z value.
[Visual Basic .NET] Public Sub QueryAsWKSPointZ ( _ ByRef pPoint As WKSPointZ _ )
[C#] public void QueryAsWKSPointZ ( ref WKSPointZ pPoint );
[C++]
HRESULT QueryAsWKSPointZ(
WKSPointZ* pPoint
);
[C++] Parameters pPoint [out]
pPoint is a parameter of type WKSPointZ*
Writes the X, Y, and Z values of the node to a WKSPointZ variable.