SoSystemTimerSetTask Method |
Sets the task executed when the timer is triggered.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public abstract void SetTask(
SoSystemTimerTask task
)
Public MustOverride Sub SetTask (
task As SoSystemTimerTask
)
public:
virtual void SetTask(
SoSystemTimerTask^ task
) abstract
abstract SetTask :
task : SoSystemTimerTask -> unit
Parameters
- task
- Type: OIV.Inventor.SensorsSoSystemTimerTask
Remarks When the timer is is triggered, it calls the run() method of task.
See Also