Initializes a new instance of the VPort class.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public VPort(
string name
)
Public Sub New (
name As String
)
public:
VPort(
String^ name
)
new :
name : string -> VPort
CONSTRUCTOR(
name AS STRING
)
Parameters
- name
- Type: SystemString
The new VPort name.
See Also