ArcObjects Library Reference (Geometry)  

IEllipticArc.IsCounterClockwise Property

Indicates if this elliptic arc 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(
  VARIANT_BOOL* isCCW
);
[C++]
HRESULT put_IsCounterClockwise(
  VARIANT_BOOL isCCW
);
[C++]

Parameters

isCCW [out, retval]   isCCW is a parameter of type VARIANT_BOOL isCCW   isCCW is a parameter of type VARIANT_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 EllipticArc to its Complement.

Remarks

 

IsCCW Example

See Also

IEllipticArc Interface