Interface IDrawingEntity

IDrawingEntity interface

Represents basic interface for any object of any drawing.

public interface IDrawingEntity

Properties

NameDescription
Childs { get; }Gets the collection of a nested entities.
Id { get; }Gets the unique identifier of an object inside a drawing.

See Also