Gets all of the data defining the arc.
"arc2D_var" is a variable referencing an Arc2D object.
|
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
center | Point2D | The output center point of the arc. |
radius | double | The output radius of the arc. |
startAngle | double | The output start angle of the arc in radians, where 0 is along the x axis. |
endAngle | double | The output end angle of the arc in radians, where 0 is along the x axis. |
isClockwise | boolean | The output value that indicates if the sweep direction is clockwise or counterclockwise. |