Circle2d.PutCircleData Method
Parent Object:
Circle2d
Description
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.
Version
Introduced in version 4
© Copyright 2021 Autodesk, Inc.
Comment on this page.