<Code Lib>
2025 Property
Changes 0
P

Document.ParameterBindings

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.

public BindingMap ParameterBindings { get; }

Loading…