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


ICircularArc.IsCounterClockwise Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > ICircularArc Interface > ICircularArc.IsCounterClockwise Property
ArcGIS Developer Help

ICircularArc.IsCounterClockwise Property

Indicates if this circular is oriented counter-clockwise from its 'from' point to its 'to' point.

[Visual Basic .NET]
Public Property IsCounterClockwise As Boolean
[C#]
public bool IsCounterClockwise {get; set;}
[C++]
HRESULT get_IsCounterClockwise(
  Boolean* isCCW
);
[C++]
HRESULT put_IsCounterClockwise(
  VARIANT_BOOL isCCW
);
[C++]
Parameters
isCCW [out, retval]

isCCW is a parameter of type bool* isCCW
isCCW is a parameter of type bool

Product Availability

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

Description

IsCounterClockwise returns TRUE if the CentralAngle is greater than 0.  If the IsCounterClockwise values differ, setting IsCounterClockwise changes the CircularArc to its Complement.

Remarks

 

IsCCW Example

See Also

ICircularArc Interface