CadEntityBase.ChildObjects

CadEntityBase.ChildObjects property

Gets or sets the child entities that make up the current entity.

public List<CadEntityBase> ChildObjects { get; set; }

Remarks

This collection is set if this entity is complex, such as INSERT, POLYLINE, etc.

See Also