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
)
Public Function Remove (
item As EntityObject
) As Boolean
public:
virtual bool Remove(
EntityObject^ item
) sealed
abstract Remove :
item : EntityObject -> bool
override Remove :
item : EntityObject -> bool
METHOD Remove(
item AS EntityObject
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.EntitiesEntityObject
The entity to remove from the collection.
Return Value
Type:
BooleanTrue if
entity is successfully removed; otherwise, false.
Implements
ICollectionTRemove(T)See Also