PF_QueAutoRemove
Configures the auto remove function for the parts coordinates queue specified.
Syntax
PF_QueAutoRemove Part ID, | False}
Parameters
- Part ID
Specify the part ID. (Use an integer from 1 to 32.) - True | False
False: Disables the auto remove function (default).
True: Enables the auto remove function.
Return values
None
Description
Configures the auto remove function for the parts coordinates queue. When the auto remove function is enabled, point data is automatically deleted from the parts coordinates queue when using PF_QueGet to retrieve point data from the parts coordinates queue.
Point data is not deleted when the auto remove function is disabled. Use PF_QueRemove to delete point data.
The auto remove function can be enabled/disabled for each part ID.
Examples
PF_QueAutoRemove 1, True