Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE ELEMENT CONTENT

PQECO


CALL SEQUENCE

CALL PQECO (STRID, ELENUM, IIL, IRL, ISL, ERRIND, IL, IA, RL, RA, SL, LSTR, STR).

INPUT PARAMETERS

INTEGER STRID
Structure identifier.
INTEGER ELENUM
Element number.
INTEGER IILINTEGER
Number list dimension.
INTEGER IRLRREAL
Number list dimension.
INTEGER ISLCHARACTER
List dimension.

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER IL
Number of integer values.
INTEGER IA
Whole value list.
INTEGER RL
Number of real values.
REAL RARREAL
Value list.
INTEGER SL
Number of character strings.
INTEGER LSTR
Length of each character string.
CHARACTER*(*) STRCHARACTER
String list.

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the contents of the element number ELENUM in structure STRID. See Annex A for a description of the returned parameters.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
201
Ignoring function, the specified structure does not exist
202
Ignoring function, the specified element does not exist

SEE ALSO

open structure, inquire current element content, inquire element types and size, inquire current element types and size, element search.


Previous Next Up Title Contents Index Functions Index Top Library