Click or drag to resize

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; }

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