ICoSimulatorGetNextStepSize Method |
Returns a suggestion as to how long this simulators next step should be.
This is only called for simulators that return the
SimulationThread flag from
Flags.
Namespace:
Demo3D.EventQueue.CoSimulation
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
SyntaxNullable<ModelTime> GetNextStepSize(
ModelTime nextStepBeginTime
)
Parameters
- nextStepBeginTime
- Type: Demo3D.EventQueueModelTime
The start time of the next step.
Return Value
Type:
NullableModelTimeThe next step size or null.
See Also