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
)
Public Sub New (
name As String,
xrefFile As String,
overlay As Boolean
)
public:
Block(
String^ name,
String^ xrefFile,
bool overlay
)
new :
name : string *
xrefFile : string *
overlay : bool -> Block
CONSTRUCTOR(
name AS STRING,
xrefFile AS STRING,
overlay AS LOGIC
)
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