CadImageObjects Property

Gets or sets the objects.

Namespace:  Aspose.CAD.FileFormats.Cad
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public CadBaseObject[] Objects { get; set; }

Property Value

Type: CadBaseObject
The objects.
Exceptions
ExceptionCondition
CadExceptionInvalid value for Objects
See Also