This document is archived and information here might be outdated. Recommended version. |
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
IsCounterClockwise returns TRUE if the CentralAngle is greater than 0. If the IsCounterClockwise values differ, setting IsCounterClockwise changes the CircularArc to its Complement.