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


IEnumNodeEdge.IsClockwise Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumNodeEdge Interface > IEnumNodeEdge.IsClockwise Property
ArcGIS Developer Help

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(
  Boolean* clockwise
);
[C++]
Parameters
clockwise [out, retval]

clockwise is a parameter of type bool*

Product Availability

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

See Also

IEnumNodeEdge Interface