Click or drag to resize

BlockRecordsRemove Method (Block)

Removes a block.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	Block item
)

Parameters

item
Type: DXFReaderNET.BlocksBlock
Block to remove from the document.

Return Value

Type: Boolean
True if the block has been successfully removed, or false otherwise.
Remarks
Reserved blocks or any other referenced by objects cannot be removed.
See Also