Previous Page | Next Page

DATA Step Graphics Interface Dictionary

FILTYPE



Specifies the type of the interior of the fill area
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 78
Default Value: HOLLOW

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('FILTYPE', interior);


Description

The GSET('FILTYPE', . . . ) function selects a particular type of interior fill. If FILTYPE is set to HATCH or PATTERN, the GSET('FILSTYLE', . . . ) function determines the type of hatch or pattern fill used. The aspect source flag (ASF) for FILTYPE must be set to 'INDIVIDUAL' for this attribute to be used outside of a fill bundle.


Argument Definitions

interior

character string or character variable name; indicates the type of interior fill. Valid values are

  • HATCH

  • HOLLOW

  • PATTERN

  • SOLID.


See Also

ASF

FILREP

FILSTYLE

Previous Page | Next Page | Top of Page