InstanceBinding Constructor

InstanceBinding Constructor

Constructs an empty instance binding.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public InstanceBinding()
Public Sub New
public:
InstanceBinding()
new : unit -> InstanceBinding
Remarks
Categories can be set a later time by using the Categories property of this object.
See Also