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