Click or drag to resize

LinetypeNamesFromFile Method

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

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static 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.
See Also