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

ParameterMap.Item

Property
Description:
Gets or sets an item at a specified key within the map.
Syntax
public virtual Parameter this[
	string key
] { get; set; }
Parameters
Parameter Type Description
key String The key of the item to be set or retrieved.
Return Value
Type Description
Parameter Returns the object at the specified key.