An elliptical arc or full ellipse.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadEllipse
- Object Inheritance
-
Object AcadObject AcadEntity AcadEllipse
- Create Using
-
VBA
ModelSpace.AddEllipse PaperSpace.AddEllipse Block.AddEllipse
- Access Via
-
VBA
ModelSpace.Item PaperSpace.Item Block.Item SelectionSet.Item Group.Item
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
Remarks
The ellipse may be closed or open (elliptical arc). This object represents a true ellipse, not a polyline approximation.

To create an ellipse, use the AddEllipse method.