FILTYPE

Finds the type of the interior of the fill area
Operating state: GKOP, SGOP, WSAC, WSOP

Syntax

CALL GASK('FILTYPE', interior, return-code-variable);

Required Arguments

interior
character variable name; returns the fill type that is active, that is, one of the following values:
  • HATCH
  • HOLLOW
  • PATTERN
  • SOLID
return-code-variable
numeric variable name; returns the return code of the routine call, which can be 0 or 8. See Return Codes for DSGI Routines and Functions.

Details

The GASK('FILTYPE', . . . ) routine returns the current fill type. If no fill type has been previously selected with the GSET('FILTYPE', . . . ) function, GASK('FILTYPE', . . . ) returns the default value, HOLLOW.