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

bf44d7fd e5c4 7bf4 4e8a d26059201bf8

haplokuon edited this page May 6, 2023 · 1 revision

Linetype(String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Linetype class.

Definition

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

C#

public Linetype(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
Linetype(
	String^ name
)

F#

new : 
        name : string -> Linetype

Parameters

  String
Line type name.

See Also

Reference

Linetype Class
Linetype Overload
netDxf.Tables Namespace

Clone this wiki locally