Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE ELEMENT TYPE AND SIZE

PQETS


CALL SEQUENCE

CALL PQETS (STRID, ELENUM, ERRIND, ELTYPE, IL, RL, SL)

INPUT PARAMETERS

INTEGER STRID
Structure identifier
INTEGER ELENUM
Element number

OUTPUT PARAMETERS

INTEGER ERRIND
Error indicator
INTEGER ELTYPE
Element type
INTEGER IL
Dimension of integer array
INTEGER RL
Dimension of real array
INTEGER SL
Dimension of character array

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the type of the element number ELENUM in structure STRID as well as the size of the data associated with it.

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 element content, inquire current element content, inquire current element types and size, element search.


Previous Next Up Title Contents Index Functions Index Top Library