Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

19898c3b c206 2c88 7bbd c6bd085f167e

haplokuon edited this page May 6, 2023 · 1 revision

Elements Property

netDxf 3.0.0 Library

Gets the list of elements that make up the multiline.

Definition

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

Property Value

ObservableCollection(MLineStyleElement)

Remarks

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.

See Also

Reference

MLineStyle Class
netDxf.Objects Namespace

Clone this wiki locally