SoTimeHintsSetNextTimeStep Method |
Convenience method to set the currentTimeStep to the next step according to the stepIncrement, the timeDirection, and the number of time steps.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetNextTimeStep(
uint numTimeSteps
)
Public Sub SetNextTimeStep (
numTimeSteps As UInteger
)
public:
void SetNextTimeStep(
unsigned int numTimeSteps
)
member SetNextTimeStep :
numTimeSteps : uint32 -> unit
Parameters
- numTimeSteps
- Type: SystemUInt32
Remarks
See Also