|
![]() |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Private Function Remove ( _ item As SchemaDefinition _ ) As Boolean Implements ICollection(Of SchemaDefinition).Remove |
C# |
---|
bool ICollection<SchemaDefinition>.Remove( SchemaDefinition item ) |
Visual C++ |
---|
private: virtual bool Remove( SchemaDefinition^ item ) sealed = ICollection<SchemaDefinition^>::Remove |
Parameters
- item
- Type: Autodesk.Navisworks.Api.Schema..::..SchemaDefinition
The object to remove from the ICollection<(Of <(<'T>)>)>.
Return Value
true if item was successfully removed from the ICollection<(Of <(<'T>)>)>; otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(<'T>)>)>.Implements
ICollection<(Of <(<'T>)>)>..::..Remove(T)
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |