Click or drag to resize

MLineStyle Constructor (String, String)

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,
	string description
)
Request Example View Source

Parameters

name
Type: SystemString
MLine style name.
description
Type: SystemString
MLine style description.
Remarks
By default the multiline style has to elements with offsets 0.5 y -0.5.
See Also