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