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

d9ff1f2c 5748 eca4 ef41 38a9dc68319b

haplokuon edited this page May 6, 2023 · 1 revision

VPort Constructor

netDxf 3.0.0 Library

Initializes a new instance of the VPort class.

Definition

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

C#

public VPort(
	string name
)

VB

Public Sub New ( 
	name As String
)

C++

public:
VPort(
	String^ name
)

F#

new : 
        name : string -> VPort

Parameters

  String
\[Missing <param name="name"/> documentation for "M:netDxf.Tables.VPort.#ctor(System.String)"\]

See Also

Reference

VPort Class
netDxf.Tables Namespace

Clone this wiki locally