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: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsScheduled()

Return Value

Type: Boolean
Remarks

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

See Also