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


ITopologicalSegment2.IsCounterClockwise2 Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalSegment2 Interface > ITopologicalSegment2.IsCounterClockwise2 Property
ArcGIS Developer Help

ITopologicalSegment2.IsCounterClockwise2 Property

Indicates the counterclockwise orientation for non-linear curves including closed BezierCurves.

[Visual Basic .NET]
Public ReadOnly Property IsCounterClockwise2 As Boolean
[C#]
public bool IsCounterClockwise2 {get;}
[C++]
HRESULT get_IsCounterClockwise2(
  Boolean* isCCW
);
[C++]
Parameters
isCCW [out, retval]

isCCW is a parameter of type bool*

Product Availability

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

See Also

ITopologicalSegment2 Interface