This document is archived and information here might be outdated. Recommended version. |
Queries next edge element as a WKS point with z values.
[Visual Basic .NET] Public Sub QueryNextAsWKSPointZs2 ( _ ByRef pTriangleIndex As Integer, _ ByRef pEdgeIndex As Integer, _ ByRef pFrom As WKSPointZ, _ ByRef pTo As WKSPointZ, _ ByRef pbIsEnd As Boolean _ )
[C#] public void QueryNextAsWKSPointZs2 ( ref int pTriangleIndex, ref int pEdgeIndex, ref WKSPointZ pFrom, ref WKSPointZ pTo, ref bool pbIsEnd );
[C++]
HRESULT QueryNextAsWKSPointZs2(
System.Int32* pTriangleIndex,
System.Int32* pEdgeIndex,
WKSPointZ* pFrom,
WKSPointZ* pTo,
Boolean* pbIsEnd
);
[C++] Parameters pTriangleIndex [out]
pTriangleIndex is a parameter of type long* pEdgeIndex [out]
pEdgeIndex is a parameter of type long* pFrom [out]
pFrom is a parameter of type WKSPointZ* pTo [out]
pTo is a parameter of type WKSPointZ* pbIsEnd [out]
pbIsEnd is a parameter of type bool*