[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

DELETE ALL STRUCTURES FROM ARCHIVE (PHOP,*,*,AROP)

Purpose

Use Delete All Structures from Archive to delete all structures from the specified open archive file.

This subroutine is equivalent to invoking the Delete Structures from Archive for each structure in the selected structure store.

When this subroutine call is completed, the state of the archive file is as if your application just opened it for the first time.

Language Bindings

C

pdel_all_structs_ar (archive_id)

Input Parameters

Pint archive_id
Archive file identifier.

FORTRAN

PDASAR (afid)

Input Parameters

integer afid
Archive file identifier.

Errors

7
Function Requires State (PHOP,*,*,AROP)
404
Specified Archive File Is Not Open

Related Subroutines

  • Delete Structure Networks From Archive

  • Delete Structures From Archive


  • [ Previous | Next | Contents | Glossary | Home | Search ]