IDrawingEntity.Childs

IDrawingEntity.Childs property

Gets the collection of a nested entities.

public IEnumerable<IDrawingEntity> Childs { get; }

See Also