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