RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ParameterMap

ParameterMap.Contains

Method
Description:
Tests for the existence of a key within the map.
Syntax
public virtual bool Contains(
	string key
)
Parameters
Parameter Type Description
key String The key to be searched for.
Return Value
Type Description
Boolean The Contains method returns True if the key is within the map, otherwise False.