This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNodeEdge Interface > IEnumNodeEdge.IsClockwise Property (ArcObjects .NET 10.4 SDK) |
Indicates if this enumerator is returning edges in clockwise order, or false if it is returning them in counterclockwise order.
[Visual Basic .NET] Public ReadOnly Property IsClockwise As Boolean
[C#] public bool IsClockwise {get;}
[C++]
HRESULT get_IsClockwise(
VARIANT_BOOL* clockwise
);
[C++]
Parameters clockwise [out, retval] clockwise is a parameter of type VARIANT_BOOL