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

8524402c a1d7 bbc3 28f1 34b1bfec3f0b

haplokuon edited this page May 6, 2023 · 1 revision

Remove(IEnumerable<EntityObject>) Method

netDxf 3.0.0 Library

Removes the first occurrence of a specific object from the collection

Definition

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 

Parameters

  IEnumerable(EntityObject)
The list of objects to remove from the collection.

Return Value

True if object is successfully removed; otherwise, false.

See Also

Reference

EntityCollection Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally