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

0eec84f4 8ddb f977 f239 a696ce6096b3

haplokuon edited this page May 6, 2023 · 1 revision

Linetype(String, IEnumerable<LinetypeSegment>, 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,
	IEnumerable<LinetypeSegment> segments,
	string description
)

VB

Public Sub New ( 
	name As String,
	segments As IEnumerable(Of LinetypeSegment),
	description As String
)

C++

public:
Linetype(
	String^ name, 
	IEnumerable<LinetypeSegment^>^ segments, 
	String^ description
)

F#

new : 
        name : string * 
        segments : IEnumerable<LinetypeSegment> * 
        description : string -> Linetype

Parameters

  String
Line type name.
  IEnumerable(LinetypeSegment)
List of linetype segments.
  String
Line type description.

See Also

Reference

Linetype Class
Linetype Overload
netDxf.Tables Namespace

Clone this wiki locally