This document is archived and information here might be outdated. Recommended version. |
The points equal to the end points of the edge referenced by the index.
[Visual Basic .NET] Public Sub QueryEdgeAsWKSPointZs ( _ ByVal Index As Integer, _ ByRef pFrom As WKSPointZ, _ ByRef pTo As WKSPointZ _ )
[C#] public void QueryEdgeAsWKSPointZs ( int Index, ref WKSPointZ pFrom, ref WKSPointZ pTo );
[C++]
HRESULT QueryEdgeAsWKSPointZs(
long Index,
WKSPointZ* pFrom,
WKSPointZ* pTo
);
[C++] Parameters Index [in]
Index is a parameter of type long pFrom [out]
pFrom is a parameter of type WKSPointZ* pTo [out]
pTo is a parameter of type WKSPointZ*