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,
VARIANT_BOOL* pbIsEnd
);
[C++]Parameters
pPoint [out]pPoint is a parameter of type WKSPointZ
pbIsEnd [out] pbIsEnd is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.