Share

Application.NewInstanceBinding Method

Creates a new empty instance binding object.


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public InstanceBinding NewInstanceBinding()

Return Value

InstanceBinding
A new instance binding object.

Remarks

Instance binding objects are used for attaching shared parameter definitions to all instances of an element within a category. Categories can be added to the instance binding via the Categories property of the InstanceBinding object

See Also

Reference

Was this information helpful?