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(
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 CircularArc to its Complement.
Remarks