Click or drag to resize
SoAlarmSensorGetTime Method

Returns the time at which the sensor is set to be triggered.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbTime GetTime()

Return Value

Type: SbTime
Remarks

This is similar to the getTriggerTime method, but returns the time even if the sensor has not yet been scheduled.

See Also