SoSensorIsScheduled Method |
Returns true if this sensor has been scheduled and is waiting in a sensor queue to be triggered.
Namespace: OIV.Inventor.SensorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsScheduled()
Public Function IsScheduled As Boolean
public:
bool IsScheduled()
member IsScheduled : unit -> bool
Return Value
Type:
BooleanRemarks Sensors are removed from the queue before their delegatefunction is triggered.
See Also