Creates a new circle and adds it to the drawing.
Syntax
objectVariable = object.AddCircle(Center, Radius)
Where:
objectVariable is a Circle object;
object is one of the ModelSpace or PaperSpace collection objects or a Block object;
Center is a Point object representing the center of the circle;
Radius is a double-precision variable or number representing the radius of the circle.
Examples ...