Click or drag to resize

MLineStyleElements Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of elements that make up the multiline.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ObservableCollection<MLineStyleElement> Elements { get; }
Request Example View Source

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