Click or drag to resize
SoSensorIsScheduled Method

Returns true if this sensor has been scheduled and is waiting in a sensor queue to be triggered.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsScheduled()

Return Value

Type: Boolean
Remarks

Sensors are removed from the queue before their delegatefunction is triggered.

See Also