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

45a698d9 6bb7 1647 d374 b0bed6d564f1

haplokuon edited this page May 6, 2023 · 1 revision

Load Method

netDxf 3.0.0 Library

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

Definition

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

C#

public static Linetype Load(
	string file,
	string linetypeName
)

VB

Public Shared Function Load ( 
	file As String,
	linetypeName As String
) As Linetype

C++

public:
static Linetype^ Load(
	String^ file, 
	String^ linetypeName
)

F#

static member Load : 
        file : string * 
        linetypeName : string -> Linetype 

Parameters

  String
Lin file where the definition is located.
  String
Name of the line type definition to read (ignore case).

Return Value

Linetype
The 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

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally