BindingMap.Item
Property
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.
Parameters
Parameter | Type | Description |
---|---|---|
key | Definition | A parameter definition which can be an existing definition or one from a shared parameters file. |
Return Value