ListParameters(LinkElementId) Method


Parameter Access List Parameters(Link Element Id) Method

Retrieves all of the parameters, including extended properties, that are applicable to the element specified by the given id.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public IDictionary<Document, IList<ElementId>> ListParameters(
	LinkElementId id
)

Parameters

id LinkElementId
LinkElementId of the element whose parameters should be listed.

Return Value

IDictionary Document , IList ElementId
The ids of parameters applicable to the element, collected by the Document where the Definition of those parameters are stored.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →