This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.QueryBeginEndNodeIndices Method (ArcObjects .NET 10.4 SDK) |
Gets begin and end nodes of the specified edge.
[Visual Basic .NET] Public Sub QueryBeginEndNodeIndices ( _ ByVal edgeIndex As Integer, _ ByRef pBegin As Integer, _ ByRef pEnd As Integer _ )
[C#] public void QueryBeginEndNodeIndices ( int edgeIndex, ref int pBegin, ref int pEnd );
[C++]
HRESULT QueryBeginEndNodeIndices(
long edgeIndex,
long* pBegin,
long* pEnd
);
[C++]
Parameters edgeIndex [in] edgeIndex is a parameter of type long pBegin [out] pBegin is a parameter of type long pEnd [out] pEnd is a parameter of type long
Returns the indices of the from and to nodes of the specified edge.
Note that edges in a triangle are ordered clockwise.