This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEllipticArc Interface > IEllipticArc.IsCounterClockwise Property (ArcObjects .NET 10.4 SDK) |
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
IsCounterClockwise returns TRUE if the CentralAngle is greater than 0. If the IsCounterClockwise values differ, setting IsCounterClockwise changes the EllipticArc to its Complement.