Evaluate the parameters' values of the element on the given parameter ID set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<EvaluatedParameter> EvaluateParameterValues(
ISet<ElementId> parameterIds
)
Parameters
- parameterIds ISet<ElementId>
-
Parameter IDs with which the ParameterValue to be retrieved.
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
See Also
Reference