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.
Public abstract Class Entity2d Inherits DisposableWrapper Inherits ICloneable
public abstract class Entity2d : DisposableWrapper, ICloneable;
Comments? |