PF_QueAutoRemove Function
Returns the status of the auto remove function set for the parts coordinates queue.
Syntax
PF_QueAutoRemove (part ID)
Parameters
- Part ID
Specify the part ID. (Use an integer from 1 to 32.)
Return values
This is returned as "True" if the parts coordinates queue auto remove function is enabled, and "False" if it is disabled.
Description
Refer to the following for further details.
PF_QueAutoRemove
Examples
Boolean autoremove
autoremove = PF_QueAutoRemove (1)