void PEXOCCSetPickID(
        PEXOCC context,
        unsigned long pick_id
   )
 
 
   void PEXSetPickID(
        Display *display,
        XID resource_id,
        PEXOCRequestType req_type,
        unsigned long pick_id
   )
 
None.
Invoke PEXOCCSetPickID to create an attribute output command which sets the current pick identifier attribute in the renderer's pipeline state according to the value specified by pick_id.
The pick identifier is returned as part of the path when you pick a primitive. When you are structure editing, you can use the pick identifier for navigation purposes.
For an overview and for a list of output attribute functions, see Output Attribute Functions.