This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced3 Interface > ITinAdvanced3.GetNextCCWEdgeIndex Method (ArcObjects .NET 10.4 SDK) |
Gets next counter clockwise edge index.
[Visual Basic .NET] Public Function GetNextCCWEdgeIndex ( _ ByVal edgeIndex As Integer _ ) As Integer
[C#] public int GetNextCCWEdgeIndex ( int edgeIndex );
[C++]
HRESULT GetNextCCWEdgeIndex(
long edgeIndex,
long* pIndex
);
[C++]
Parameters edgeIndex [in] edgeIndex is a parameter of type long pIndex [out, retval] pIndex is a parameter of type long