This document is archived and information here might be outdated. Recommended version. |
Queries next node element as a WKS point with z values.
[Visual Basic .NET] Public Sub QueryNextAsWKSPointZ ( _ ByRef pPoint As WKSPointZ, _ ByRef pbIsEnd As Boolean _ )
[C#] public void QueryNextAsWKSPointZ ( ref WKSPointZ pPoint, ref bool pbIsEnd );
[C++]
HRESULT QueryNextAsWKSPointZ(
WKSPointZ* pPoint,
Boolean* pbIsEnd
);
[C++] Parameters pPoint [out]
pPoint is a parameter of type WKSPointZ* pbIsEnd [out]
pbIsEnd is a parameter of type bool*