Click or drag to resize

Block Constructor (String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Block class.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Block(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Block name.
See Also