[ 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)

Input Parameters

Pint archive_id
Archive file identifier.

cont Pint_list *struct_ids
List of root structure identifiers.

FORTRAN

PDSNAR (afid, n, lstrid)

Input Parameters

integer afid
Archive file identifier.

integer n
Number 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 ]