This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
19898c3b c206 2c88 7bbd c6bd085f167e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of elements that make up the multiline.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableCollection<MLineStyleElement> Elements { get; }
VB
Public ReadOnly Property Elements As ObservableCollection(Of MLineStyleElement)
Get
C++
public:
property ObservableCollection<MLineStyleElement^>^ Elements {
ObservableCollection<MLineStyleElement^>^ get ();
}
F#
member Elements : ObservableCollection<MLineStyleElement> with get
ObservableCollection(MLineStyleElement)
The elements list must be ordered from larger to smaller offset values. During the initialization process the list will be sorted automatically, but if new elements are added individually to the list or the offset values of individual elements are modified, it will have to be sorted manually calling the Sort() method.