Autodesk.AutoCAD.GraphicsInterface Namespace > Geometry Class
Geometry Class
Description

 

This .NET class wraps the AcGiGeometry ObjectARX class. 

 

Geometry abstracts out the commonality between ViewportGeometry and WorldGeometry. To maintain their original signatures, WorldGeometry and ViewportGeometry now derive from Geometry

Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.Geometry
Visual Basic
Public abstract Class Geometry
Inherits RXObject
C#
public abstract class Geometry : RXObject;
Links
   Comments?