Click or drag to resize

LinetypeLoad Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new line type from the definition in a LIN file.

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

Parameters

file
Type: SystemString
Lin file where the definition is located.
linetypeName
Type: SystemString
Name of the line type definition to read (ignore case).

Return Value

Type: Linetype
The linetype defined in the LIN file with the specified name, null if the linetype has not been found in the linetype definitions file.
See Also