MLineStyleElements Property
|
Gets the list of elements that make up the multiline.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public 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:
ObservableCollectionMLineStyleElementRemarks
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