Click or drag to resize

Block Constructor (String, String, Boolean)

Initializes a new instance of the Block class as an external reference drawing.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Block(
	string name,
	string xrefFile,
	bool overlay
)

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