Click or drag to resize

DxfDocumentRemoveBlock Method

Removes a block from the document.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool RemoveBlock(
	Block block
)

Parameters

block
Type: DXFReaderNET.BlocksBlock
>The block to remove from the document.

Return Value

Type: Boolean
True if removing is successful.
See Also