This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
8afe8167 ea62 4506 9f91 53a60019daae
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes the first occurrence of a specific entity from the collection
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
- EntityObject
- The entity to remove from the collection.
Boolean
True if entity is successfully removed; otherwise, false.
ICollection(T).Remove(T)
EntityCollection Class
Remove Overload
netDxf.Collections Namespace