Callback: IEnumerable<Double> result.GetValue(IUserResult entity, Int32 meshId)

Callback that is invoked to get the values associated to a node or an element given by its ID.

Parameters

  • entity
    The result object.
  • meshId
    Type: Int32
    The element or node id.

Return Value

Type: IEnumerable<Double>
An Enumerable of Double containing the result values for the given meshId.