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

Element.ParametersMap

Property
Description:
Retrieves a map containing all of the parameters that are contained within the element.
Remarks:
The Parameters can be rapidly accessed by parameter name as a key. These parameters are displayed in the Element properties dialog in the Autodesk Revit interface. These parameters can be retrieved and set via the parameter objects stored in this map.
Syntax
public ParameterMap ParametersMap { get; }