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