SoSystemTimerSetRepeat Method |
If set to true, the timer will be triggered periodically at the rate defined by setDelay.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public abstract void SetRepeat(
bool flag
)
Public MustOverride Sub SetRepeat (
flag As Boolean
)
public:
virtual void SetRepeat(
bool flag
) abstract
abstract SetRepeat :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also