|
|
Determines whether the SavedItemCollection contains a specific value.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function Contains ( _ item As Rule _ ) As Boolean |
| C# |
|---|
public bool Contains( Rule item ) |
| Visual C++ |
|---|
public: virtual bool Contains( Rule^ item ) sealed |
Parameters
- item
- Type: Autodesk.Navisworks.Api..::..Rule
Implements
ICollection<(Of <(<'T>)>)>..::..Contains(T)
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentException | Argument 'item' has been Disposed |