Click or drag to resize

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
)

Parameters

name
Type: SystemString
Block name.
See Also