Click or drag to resize

EntityCollectionRemove Method (EntityObject)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the first occurrence of a specific entity from the collection

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Remove(
	EntityObject item
)
Request Example View Source

Parameters

item
Type: netDxf.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