AST_GETACTIVEUNIT

Determines how the Unit attribute will be used

Description:

This routine returns the current value of the ActiveUnit flag for a Frame. See the description of the AST_SETACTIVEUNIT routine for a description of the ActiveUnit flag.

Invocation

RESULT = AST_GETACTIVEUNIT( THIS, STATUS )

Arguments

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

Returned Value

AST_GETACTIVEUNIT = LOGICAL
The current value of the ActiveUnit flag.

Notes: