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
)
Public Sub Remove (
items As IEnumerable(Of EntityObject)
)
public:
void Remove(
IEnumerable<EntityObject^>^ items
)
member Remove :
items : IEnumerable<EntityObject> -> unit
METHOD Remove(
items AS IEnumerable<EntityObject>
) AS VOID
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