Click or drag to resize

EntityCollectionRemove Method (EntityObject)

Removes the first occurrence of a specific entity from the collection

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Remove(
	EntityObject item
)

Parameters

item
Type: DXFReaderNET.EntitiesEntityObject
The entity to remove from the collection.

Return Value

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

Implements

ICollectionTRemove(T)
See Also