Entity2d Class

Visual Basic
Public abstract Class Entity2d
Inherits DisposableWrapper
Inherits ICloneable
C#
public abstract class Entity2d : DisposableWrapper, ICloneable;
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.

Links