Tests for the existence of a key within the map.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public virtual bool Contains( string key ) |
| Visual Basic |
|---|
Public Overridable Function Contains ( _ key As String _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Contains( String^ key ) |
Parameters
- key
- Type: System..::..String
The key to be searched for.