Click or drag to resize

BlockCreate Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a block from the content of a document.

Namespace:  netDxf.Blocks
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Block Create(
	DxfDocument doc,
	string name
)
Request Example View Source

Parameters

doc
Type: netDxfDxfDocument
A DxfDocument instance.
name
Type: SystemString
Name of the new block.

Return Value

Type: Block
The block build from the document content.
Remarks
Only the entities contained in ModelSpace will make part of the block.
See Also