| GPRQXP (wsid, device, maxdepth, status, view, point, modelling, depth, pickpath) |
Purpose
Use GPRQXP to have graPHIGS API execute a request to the specified pick device. This subroutine can be used only for a pick device which provides the extended pick information. For a pick device which does not return the extended information, the Request Pick (GPRQPK) subroutine should be used. The Inquire Pick Measure Type (GPQPKT) subroutine can be used to determine if the pick device provides the extended pick information.
The pick path information is returned in the order specified in the Initialize Pick (GPINPK) subroutine that is, 1=TOP_FIRST or 2=BOTTOM_FIRST If GPINPK has not been called, the default value is 1=TOP_FIRST
Parameters
This value is specified as the size of the pick path array in terms of pick path entries.
If the actual pick information is longer than the pickpath array provided by the application, the overage is truncated. Pick path data is returned in the pickpath parameter in the following order: Entry 1, Entry 2, ...Entry N.
--------------------------------------------------------------------
Entry 1 | Structure ID 1 | Pick ID 1 | Label #1 | Element #1 |
| | | | |
Entry 2 | Structure ID 2 | Pick ID 2 | Label #2 | Element #2 |
| | | | |
. | . | . | . | . |
. | . | . | . | . |
. | . | . | . | . |
| | | | |
Entry N | Structure ID N | Pick ID N | Label #N | Element #N |
--------------------------------------------------------------------
Error Codes
Related Subroutines
RCP code
201335566 (X'0C00230E')