Previous Page | Next Page

DATA Step Graphics Interface Dictionary

LINTYPE



Specifies the line type
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8, 62
Default Value: 1

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('LINTYPE', type);


Description

The GSET('LINTYPE', . . . ) function selects a line type. See Line Types for representations of the different line types. The aspect source flag (ASF) for LINTYPE must be set to 'INDIVIDUAL' for this attribute to be used outside of a line bundle.


Argument Definitions

type

numeric constant or numeric variable name; indicates the type of line to use. Valid values are 1 to 46, inclusive.


See Also

LINTYPE

ASF

LINREP

Previous Page | Next Page | Top of Page