Table of Contents

Property ChildObjects

Namespace
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly
Aspose.CAD.dll

ChildObjects

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

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

Property Value

List<CadEntityBase>

Remarks

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