Click or drag to resize

MLineStyle Constructor (String, IEnumerableMLineStyleElement)

Initializes a new instance of the MLineStyle class.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public MLineStyle(
	string name,
	IEnumerable<MLineStyleElement> elements
)

Parameters

name
Type: SystemString
MLine style name.
elements
Type: System.Collections.GenericIEnumerableMLineStyleElement
Elements of the multiline.
See Also