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

8afe8167 ea62 4506 9f91 53a60019daae

haplokuon edited this page May 6, 2023 · 1 revision

Remove(EntityObject) Method

netDxf 3.0.0 Library

Removes the first occurrence of a specific entity from the collection

Definition

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

C#

public bool Remove(
	EntityObject item
)

VB

Public Function Remove ( 
	item As EntityObject
) As Boolean

C++

public:
virtual bool Remove(
	EntityObject^ item
) sealed

F#

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

Parameters

  EntityObject
The entity to remove from the collection.

Return Value

Boolean
True if entity is successfully removed; otherwise, false.

Implements

ICollection(T).Remove(T)

See Also

Reference

EntityCollection Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally