Inquiry the current attributes values

                        +------------------------+
                        |CALL  IGQ (PNAME,*RVAL*) |
                        +------------------------+
                                  
Action: This routine inquires the value of attribute PNAME and returns in into RVAL. Parameter Description:
PNAME
Attribute name
RVAL
Returned value. See the description below.


+-PNAME---+------------------RVAL-description-------------------##
+---------+--------------------------------------------------------------##
| 'FAIS'  | RVAL(1)=Fill Area Interior Style (0,1,2,3)                   ##
| 'FASI'  | RVAL(1)=Fill Area Style Index                                ##
| 'LTYP'  | RVAL(1)=Line TYPe                                            ##
| 'BASL'  | RVAL(1)=BAsic Segment Length                                 ##
| 'LWID'  | RVAL(1)=Line WIDth                                           ##
| 'MTYP'  | RVAL(1)=Marker TYPe                                          ##
|         |                                                              ##
| 'MSCF'  | RVAL(1)=Marker SCale Factor                                  ##
| 'PLCI'  | RVAL(1)=PolyLine Colour Index                                ##
| 'PMCI'  | RVAL(1)=PolyMarker Colour Index                              ##
| 'FACI'  | RVAL(1)=Fill Area Colour Index                               ##
| 'TXCI'  | RVAL(1)=TeXt Colour Index                                    ##
| 'TXAL'  | RVAL(1)=Alignment horizontal RVAL(2)=Alignment vertical      ##
|         |                                                              ##
| 'CHHE'  | RVAL(1)=CHaracter HEight                                     ##
| 'TANG'  | RVAL(1)=Text ANGle                                           ##
| 'TXFP'  | RVAL(1)=TeXt Font RVAL(2)=TeXt Precision                     ##
| 'TMSI'  | RVAL(1)=Tick Marks SIze (in world coordinates)               ##
| 'LASI'  | RVAL(1)=LAbels SIze (in world coordinates)                   ##
| 'LAOF'  | RVAL(1)=LAbels OFfset                                        ##
|         |                                                              ##
| 'PASS'  | RVAL(1)=IGTEXT Width                                         ##
| 'CSHI'  | RVAL(1)=IGTEXT Shift                                         ##
| 'BORD'  | RVAL(1)=Border for IGBOX, IGFBOX and IGARC (0=No , 1=Yes)    ##
| 'BARO'  | RVAL(1)=IGHIST or IGRAPH BAR charts Offset (%)               ##
| 'BARW'  | RVAL(1)=IGHIST or IGRAPH BAR charts Width (%)                ##
| 'AWLN'  | RVAL(1)=Axis Wire LeNght                                     ##
|         |                                                              ##
| 'DIME'  | RVAL(1)=2D or 3D                                             ##
| 'NCOL'  | RVAL(1)=Number of entry in the COLour map.                   ##
| 'RGB '  | RVAL(1)=Index (Input) RVAL(2)=Red RVAL(3)=Green              ##
+---------+-RVAL(4)=Blue-------------------------------------------------##

Table: Description of the IGQ parameters

[tab-IGQ]