Click or drag to resize

EntityCollectionRemove Method (IEnumerableEntityObject)

Removes the first occurrence of a specific object from the collection

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Remove(
	IEnumerable<EntityObject> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableEntityObject
The list of objects to remove from the collection.

Return Value

Type: 
True if object is successfully removed; otherwise, false.
See Also