DgnImageElements Property

Gets elements were read from source file

Namespace:  Aspose.CAD.FileFormats.Dgn
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public ReadOnlyCollection<DgnDrawingElementBase> Elements { get; }

Property Value

Type: ReadOnlyCollectionDgnDrawingElementBase
See Also