2027 Method
Changes 5
M

Element.EvaluateParameterValues

Description:
Evaluate the parameters' values of the element on the given parameter ID set.
public IList<EvaluatedParameter> EvaluateParameterValues(
	ISet<ElementId> parameterIds
)
  • ISet<ElementId>
    parameterIds
    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 .