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

Document.ParameterBindings

Property
Description:
Retrieves an object from which mappings between parameter definitions and categories can be found.
Remarks:
Returns a mapping between parameter definitions and parameter bindings. New bindings can be added to the Revit Document by using this object.
Syntax
public BindingMap ParameterBindings { get; }
Exceptions
Exception Condition
InvalidOperationException When the document is a family document.