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

ParameterSet.Contains

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