ParameterAccessListParameters(ElementId) 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 IList<ElementId> ListParameters(
	ElementId id
)

Parameters

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

Return Value

IListElementId
The ids of parameters applicable to the element.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also