Click or drag to resize

LinetypesNamesFromFile Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the list of linetype names defined in a LIN file.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public List<string> NamesFromFile(
	string file
)
Request Example View Source

Parameters

file
Type: SystemString
Linetype definitions file.

Return Value

Type: ListString
List of linetype names contained in the specified LIN file.
Remarks
If the file is not found in the specified folder, it will try to find them in the list of supported folders defined in the DxfDocument.
See Also