Callback: Void result.OnEndEval(IUserResult entity, Int32 step)

Callback that is invoked at the end of the evaluation process for a given step. Warning! This is invoked as part of the Mechanical evaluation pipeline. General scripting operations (such as adding new objects, modifying legends, etc.) may not be safe to do within this callback.

Parameters

  • entity
    The result object.
  • step
    Type: Int32
    The evaluated step.