IDrawingEntity class

IDrawingEntity class

Represents basic interface for any object of any drawing.

The IDrawingEntity type exposes the following members:

Properties

PropertyDescription
idGets the unique identifier of an object inside a drawing.
childsGets the collection of a nested entities.

See Also