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 409
8524402c a1d7 bbc3 28f1 34b1bfec3f0b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Removes the first occurrence of a specific object from the collection
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Remove(
IEnumerable<EntityObject> items
)
VB
Public Sub Remove (
items As IEnumerable(Of EntityObject)
)
C++
public:
void Remove(
IEnumerable<EntityObject^>^ items
)
F#
member Remove :
items : IEnumerable<EntityObject> -> unit
- IEnumerable(EntityObject)
- The list of objects to remove from the collection.
True if object is successfully removed; otherwise, false.
EntityCollection Class
Remove Overload
netDxf.Collections Namespace