Previous Next Up Title Contents Index Functions Index Top Library

RETRIEVE ALL STRUCTURES

PRAST


CALL SEQUENCE

CALL PRAST (AFID)

INPUT PARAMETERS

INTEGER AFID
Archive file identifier.

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

All the structures of the archive AFID are copied from the archive to the centralized structure store (CSS).

If the identifier of one of the structures is already present in the CSS, then the conflict is processed according to the retrieval conflict resolution flag which can be:

- MAINTAIN Structure already present in the CSS is maintained.

- ABANDON Saving operation abandoned for conflicting structure.

- UPDATE Structure already present in the CSS is overwritten by the new one.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open
405
Ignoring function, name conflict occurred while conflict resolution flag has value ABANDON

SEE ALSO

open archive file, archive all structures, retrieve structures identifiers, retrieve structure, retrieve structure network, retrieve paths to ancestors, retrieve paths to descendant, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library