|
![]() |
Remove an id from the collection. It is not an error if the id is not in the collection.
Namespace: Autodesk.Navisworks.Api.Takeoff
Assembly: Autodesk.Navisworks.Takeoff (in Autodesk.Navisworks.Takeoff.dll)
Syntax
Visual Basic |
---|
Public Overridable Function Remove ( _ item As Long _ ) As Boolean |
C# |
---|
public virtual bool Remove( long item ) |
Visual C++ |
---|
public: virtual bool Remove( long long item ) |
Parameters
- item
- Type: System..::..Int64