This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
6e4b03d3 6fbb 718d 0a2d 1a4369178c52
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Block
class as an external reference drawing.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Block(
string name,
string xrefFile
)
VB
Public Sub New (
name As String,
xrefFile As String
)
C++
public:
Block(
String^ name,
String^ xrefFile
)
F#
new :
name : string *
xrefFile : string -> Block
- String
- Block name.
- String
- External reference path name.
Only DWG files can be used as externally referenced blocks.