[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE STRUCTURE STATE VALUE (PHCL,WSCL,STCL,ARCL)
Purpose
Use
Inquire Structure State Value
to inquire the structure state of the graPHIGS API.
The structure state is either Structure Open
(STOP) or Structure Closed
(STCL).
Language Bindings
C
pinq_struct_st
(struct_st) |
Pstruct_st *struct_stStructure state value
(0=PSTRUCT_ST_STCL,
1=PSTRUCT_ST_STOP).
FORTRAN
integer strstaStructure state value
(0=PSTCL, 1=PSTOP).
Errors
None
Related Subroutines
Open Structure
Close Structure
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]