Click or drag to resize

BlockCreate Method

Creates a block from the content of a document.

Namespace:  DXFReaderNET.Blocks
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Block Create(
	DxfDocument doc,
	string name
)

Parameters

doc
Type: DXFReaderNETDxfDocument
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