RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BindingMap

BindingMap.Item

Property
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.
Syntax
public override Binding this[
	Definition key
] { get; set; }
Parameters
Parameter Type Description
key Definition A parameter definition which can be an existing definition or one from a shared parameters file.
Return Value