Share

BindingMap.Contains Method

The Contains method is used to check if the parameter binding exists for one definition.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public override bool Contains(
	Definition key
)

Parameters

key  Definition
A parameter definition which can be an existing definition or one from a shared parameters file.

Return Value

Boolean

See Also

Reference

Was this information helpful?