 | 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
Syntaxpublic static Linetype Load(
string file,
string linetypeName
)
Request Example
View SourceParameters
- 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:
LinetypeThe 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