|
![]() |
Removes the first occurrence of a specific object from the IList.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
Visual Basic |
---|
Private Sub Remove ( _ value As Object _ ) Implements IList.Remove |
C# |
---|
void IList.Remove( Object value ) |
Visual C++ |
---|
private: virtual void Remove( Object^ value ) sealed = IList::Remove |
Parameters
- value
- Type: System..::..Object
The Object to remove from the IList.
Implements
IList..::..Remove(Object)
Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The IList is read-only.-or- The IList has a fixed size. |