Click or drag to resize

LinetypeFromFile Method

Creates a new line type from the definition in a .lin file.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Linetype FromFile(
	string file,
	string linetypeName
)

Parameters

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

Return Value

Type: Linetype
A line type defined by the .lin file.
Remarks
Only simple line types are supported.
See Also