Circle2d.GetCircleData Method
Parent Object: Circle2dDescription
Get the data defining this circle.
Syntax
Circle2d.GetCircleData( Center() As Double, Radius As Double )Parameters
Name | Type | Description |
Center | Double | Input/output Double that specifies the circle's center. |
Radius | Double | Output Double that specifies the radius of the circle. |