ASF

Specifies an aspect source flag to bundle or separate attributes
Operating state: GKOP, SGOP, WSAC, WSOP
Default: INDIVIDUAL

Syntax

return-code-variable=GSET('ASF', attribute, status);

Required Arguments

attribute
character string enclosed in quotes or character variable name with one of the following values:
  • FILCOLOR
  • FILSTYLE
  • FILTYPE
  • LINCOLOR
  • LINTYPE
  • LINWIDTH
  • MARCOLOR
  • MARSIZE
  • MARTYPE
  • TEXCOLOR
  • TEXFONT
status
character string enclosed in quotation marks or character variable name; accepts either the value BUNDLED or INDIVIDUAL.

Return Codes

This function returns:

Details

The GSET('ASF', . . . ) function sets an attribute's aspect source flag (ASF) so that it can be used in a bundle (BUNDLED) or individually (INDIVIDUAL).
If an attribute's ASF is set to 'BUNDLED', it cannot be used outside of a bundle. It must be defined in a GSET('xxxREP', . . . ) function and activated with a GSET('xxxINDEX', . . . ) function, where xxx can have one of the following values: FIL, LIN, MAR, TEX.
If an attribute's ASF is set to 'INDIVIDUAL', it cannot be used with a bundle. In this case, the attribute is set with a GSET('attribute', . . . ). The values of attribute are listed in “Argument Definitions.”