This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.QueryEdgeAsWKSPointZs Method (ArcObjects .NET 10.4 SDK) |
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