This document is archived and information here might be outdated.  Recommended version.


IEnumNodeEdge.IsClockwise Property (ArcObjects .NET 10.5 SDK)
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