Description
|
Destroys a graph stream or curve. See also the other functions related to graphs. |
C/C++ synopsis
|
simInt simDestroyGraphCurve(simInt graphHandle,simInt curveId) |
C/C++ parameters |
graphHandle: handle of the graph
curveId: the id of the stream or curve
|
C/C++ return value
|
-1 if operation was not successful
|
Lua synopsis
|
sim.destroyGraphCurve(int graphHandle,int curveId) |
Lua parameters |
Similar to the C-function counterpart
|
Lua return values
|
|
Python synopsis |
sim.destroyGraphCurve(int graphHandle,int curveId) |