Previous Page | Next Page

DATA Step Graphics Interface Dictionary

FILTYPE



Finds the type of the interior of the fill area
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

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


Description

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.


Argument Definitions

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.


See Also

FILSTYLE

FILTYPE

Previous Page | Next Page | Top of Page