This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
4ec969b9 c622 1993 26e1 3fe87d54b86f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the View
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public View(
string name
)
VB
Public Sub New (
name As String
)
C++
public:
View(
String^ name
)
F#
new :
name : string -> View
- String
- \[Missing <param name="name"/> documentation for "M:netDxf.Tables.View.#ctor(System.String)"\]