Click or drag to resize

Linetype Constructor (String)

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

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Linetype(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Line type name.
See Also