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 422
19e1c779 5385 d7e7 ef97 0ac16b556e5e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a block from an external DXF file.
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block Load(
string file,
string name
)
VB
Public Shared Function Load (
file As String,
name As String
) As Block
C++
public:
static Block^ Load(
String^ file,
String^ name
)
F#
static member Load :
file : string *
name : string -> Block
- String
- DXF file name.
- String
- Name of the new block.
Block
The block build from the DXF file content. It will return null if the file has not been able to load.
Only the entities contained in ModelSpace will make part of the block.