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

1607cc2d 79a9 c3f0 a4c3 76f0dd7bd32a

haplokuon edited this page May 6, 2023 · 1 revision

Remove(Block) Method

netDxf 3.0.0 Library

Removes a block.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	Block item
)

VB

Public Overrides Function Remove ( 
	item As Block
) As Boolean

C++

public:
virtual bool Remove(
	Block^ item
) override

F#

abstract Remove : 
        item : Block -> bool 
override Remove : 
        item : Block -> bool 

Parameters

  Block
Block to remove from the document.

Return Value

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

Reference

BlockRecords Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally