BindingMap.Item
Description:
The get_Item method will get the binding item related to the input key.
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.
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; }
-
keyA parameter definition which can be an existing definition or one from a shared parameters file.