Document.ParameterBindings Property

DocumentParameterBindings Property

Retrieves an object from which mappings between parameter definitions and categories can be found.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BindingMap ParameterBindings { get; }
Public ReadOnly Property ParameterBindings As BindingMap
	Get
public:
property BindingMap^ ParameterBindings {
	BindingMap^ get ();
}
member ParameterBindings : BindingMap with get

Property Value

BindingMap
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the document is a family document.
Remarks
Returns a mapping between parameter definitions and parameter bindings. New bindings can be added to the Revit Document by using this object.
See Also