Click or drag to resize
SoAlarmSensorSetTimeFromNow Method

Sets the sensor to go off the given amount of time from now.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetTimeFromNow(
	SbTime relTime
)

Parameters

relTime
Type: OIV.InventorSbTime
Remarks

You must also call () for the sensor to be triggered. If the sensor is already scheduled, it must be unscheduled and then rescheduled for the change in the trigger time to take effect.

See Also