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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.