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; }
Public ReadOnly Property Elements As ReadOnlyCollection(Of DgnDrawingElementBase)
Get
public:
property ReadOnlyCollection<DgnDrawingElementBase^>^ Elements {
ReadOnlyCollection<DgnDrawingElementBase^>^ get ();
}
member Elements : ReadOnlyCollection<DgnDrawingElementBase> with get
Property Value
Type:
ReadOnlyCollectionDgnDrawingElementBaseSee Also