Click or drag to resize

MLineStyle Constructor (String, IEnumerableMLineStyleElement)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the MLineStyle class.

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public MLineStyle(
	string name,
	IEnumerable<MLineStyleElement> elements
)
Request Example View Source

Parameters

name
Type: SystemString
MLine style name.
elements
Type: System.Collections.GenericIEnumerableMLineStyleElement
Elements of the multiline, if null two default elements will be added.
See Also