2027 Property
Changes 0
P

BindingMap.Item

Description:
The get_Item method will get the binding item related to the input key.
Remarks:
set_Item is not permitted for this class. A Autodesk::Revit::Exceptions::InvalidOperationException will be thrown. Instead use Insert, Remove and ReInsert to modify the bindings in the document.
public override Binding this[
	Definition key
] { get; set; }
  • key
    A parameter definition which can be an existing definition or one from a shared parameters file.