CFF2SubDrawnElements Property |
The drawn elements
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic List<CFF2DrawnElement> DrawnElements { get; }
Public ReadOnly Property DrawnElements As List(Of CFF2DrawnElement)
Get
public:
property List<CFF2DrawnElement^>^ DrawnElements {
List<CFF2DrawnElement^>^ get ();
}
member DrawnElements : List<CFF2DrawnElement> with get
Property Value
Type:
ListCFF2DrawnElement
See Also