Evaluate the parameters' values of the element on the given parameter ID set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public IList<EvaluatedParameter> EvaluateParameterValues( ISet<ElementId> parameterIds )
Parameters
Return Value
IList<EvaluatedParameter>List of EvaluatedParameter of the element, which does not include those that cannot be retrieved but are passed in through parameterIds.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |