AST_GETSTCREGION

Obtain a copy of the encapsulated Region within a Stc

Description:

This function returns a pointer to a deep copy of the Region supplied when the Stc was created.

Invocation

RESULT = AST_GETSTCREGION( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the Stc.
STATUS = INTEGER (Given and Returned)
The global status.

Returned Value

AST_GETSTCREGION = INTEGER
A pointer to a deep copy of the Region encapsulated within the supplied Stc.

Notes: