Skip to content

RlmCycleOutput Class

gino-useaible edited this page Mar 30, 2017 · 1 revision

class RlmCycleOutput

  • object type that stores cycle output with cycle information

Constructor:

RlmCycleOutput (long cycleID, long solutionID, IEnumerable<RlmIO> outputs, IEnumerable<Output_Values_Solution> outputsWithVal, string CycleGUID)

long cycleID

  • unique identifier for the cycle

long solutionID

  • unique identifier for the solution

IEnumerable outputs

IEnumerable<Output_Values_Solution> outputsWithVal

string CycleGUID