Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

6e4b03d3 6fbb 718d 0a2d 1a4369178c52

haplokuon edited this page May 6, 2023 · 1 revision

Block(String, String) Constructor

netDxf 3.0.0 Library

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

Definition

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

Parameters

  String
Block name.
  String
External reference path name.

Remarks

Only DWG files can be used as externally referenced blocks.

See Also

Reference

Block Class
Block Overload
netDxf.Blocks Namespace

Clone this wiki locally