Description
This .NET class wraps the AcDbEllipse ObjectARX class.
It represents the ELLIPSE entity in AutoCAD. It contains the methods to create, modify, and obtain properties of the ellipse.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.Entity Autodesk.AutoCAD.DatabaseServices.Curve Autodesk.AutoCAD.DatabaseServices.Ellipse
C#
public class Ellipse : Curve;
Visual Basic
Public Class Ellipse Inherits Curve
Links
Ellipse Constructor, Ellipse Methods, Ellipse Properties