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

BindingMap.Remove

Method
Description:
The Remove method is used to remove a parameter binding.
Syntax
public virtual bool Remove(
	Definition key
)
Parameters
Parameter Type Description
key Definition A parameter definition which can be an existing definition or one from a shared parameters file.
Return Value