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

 

This .NET class wraps the AcGeEntity2d ObjectARX class. This is an abstract base class for all point set classes. Any class that is derived from this class represents a set of points in 2D space.

Class Hierarchy
Visual Basic
Public abstract Class Entity2d
Inherits DisposableWrapper
Inherits ICloneable
C#
public abstract class Entity2d : DisposableWrapper, ICloneable;
Links
   Comments?