Autodesk.AutoCAD.DatabaseServices Namespace > Ellipse Class
Ellipse Class
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
Visual Basic
Public Class Ellipse
Inherits Curve
C#
public class Ellipse : Curve;
Links
See Also
   Comments?