sim.duplicateGraphCurveToStatic

Duplicates a graph stream or curve, and freezes it

Synopsis

int staticCurveId = sim.duplicateGraphCurveToStatic(int graphHandle, int curveId, string staticCurveName) int staticCurveId = sim.duplicateGraphCurveToStatic(int graphHandle, int curveId, string staticCurveName)

Arguments

  • graphHandle: handle of the graph
  • curveId: id of the stream or curve
  • staticCurveName: name of the new static stream/curve

Return values

  • staticCurveId: id of the created static stream or curve


See also: