Click or drag to resize
SoDelayQueueSensorSetPriority Method

Sets the priority of the sensor.

Namespace: OIV.Inventor.Sensors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetPriority(
	uint pri
)

Parameters

pri
Type: SystemUInt32
Remarks

Priorities can be changed at any time; if the priority is changed to zero and it is already scheduled, the sensor is immediately triggered and removed from the queue.

See Also