MLineStyleElements Property
|
Gets the list of elements that make up the multiline.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic ObservableCollection<MLineStyleElement> Elements { get; }
Public ReadOnly Property Elements As ObservableCollection(Of MLineStyleElement)
Get
public:
property ObservableCollection<MLineStyleElement^>^ Elements {
ObservableCollection<MLineStyleElement^>^ get ();
}
member Elements : ObservableCollection<MLineStyleElement> with get
PROPERTY Elements AS ObservableCollection<MLineStyleElement> GET
Property Value
Type:
ObservableCollectionMLineStyleElement
Remarks
The elements list must be ordered, this will be done automatically,
but if new elements are added individually to the list it will have to be sorted manually calling the Sort() method.
See Also