Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2decdba4 a577 b2fb db6b 41789aa9771e

haplokuon edited this page May 6, 2023 · 1 revision

NamesFromFile Method

netDxf 3.0.0 Library

Gets the list of linetype names defined in a LIN file.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public List<string> NamesFromFile(
	string file
)

VB

Public Function NamesFromFile ( 
	file As String
) As List(Of String)

C++

public:
List<String^>^ NamesFromFile(
	String^ file
)

F#

member NamesFromFile : 
        file : string -> List<string> 

Parameters

  String
Linetype definitions file.

Return Value

List(String)
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

Reference

Linetypes Class
netDxf.Collections Namespace

Clone this wiki locally