[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
DELETE STRUCTURES FROM ARCHIVE (PHOP,*,*,AROP)
Purpose
Use
Delete Structures from Archive
to delete one or more
structures from the specified open archive file.
The graPHIGS API does not check if other structures in the
archive file reference the deleted structures.
Therefore, the graPHIGS API does not delete the execute
structure elements in other archived structures that
reference the deleted structures.
If a specified structure does not exist in the archive
file, then the graPHIGS API issues a warning and no action
is taken for the structure.
Language Bindings
C
pdel_structs_ar
(archive_id, struct_ids) |
Pint archive_idArchive file identifier.
cont Pint_list *struct_idsList of structure identifiers.
FORTRAN
integer afidArchive file identifier.
integer nNumber of structure identifiers in the list.
integer lstrid(n)List of structure identifiers.
Errors
- 7
- Function Requires State (PHOP,*,*,AROP)
- 404
- Specified Archive File Is Not Open
- 407
- Warning, Some Specified Structures Do Not Exist On Archive File
Related Subroutines
Delete All Structures From Archive
Delete Structures From Archive
Execute Structure
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]