[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
DELETE STRUCTURE NETWORKS FROM ARCHIVE (PHOP,*,*,AROP)
Purpose
Use Delete Structure Networks from Archive to delete one or
more structure networks 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 the 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_struct_nets_ar
(archive_id, struct_ids) |
Pint archive_idArchive file identifier.
cont Pint_list *struct_idsList of root structure identifiers.
FORTRAN
integer afidArchive file identifier.
integer nNumber of root structure identifiers in the list.
integer lstrid(n)List of root 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 ]