ArcObjects Library Reference (GeoDatabase)  

IEnumNodeEdge.IsClockwise Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumNodeEdge Interface