Click or drag to resize

Block Constructor (String, String, Boolean)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Block class as an external reference drawing.

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

Parameters

name
Type: SystemString
Block name.
xrefFile
Type: SystemString
External reference path name.
overlay
Type: SystemBoolean
Specifies if the external reference is an overlay, by default it is set to false.
Remarks
Only DWG files can be used as externally referenced blocks.
See Also