version 6.0.5
CT SET LINES ATTRIBUTES (area; objects; patterns; colors; lineWidths)
| Parameter | Type | Description | |
| area | Longint | 4D Chart area | |
| objects | Longint array | List of object ID numbers | |
| patterns | Integer array | List of pattern numbers | |
| colors | Longint array | List of color values | |
| lineWidths | Real array | List of line widths (in points) |
Description
The CT SET LINES ATTRIBUTES command acts like the CT SET LINE ATTRIBUTES command, except that it applies to a list of objects. In the objects parameter, you pass a long integer array that contains a list of the ID numbers of objects for which you want to set attributes.
The CT SET LINES ATTRIBUTES command sets the attributes of the line specified by area and objects. The patterns, colors and lineWidths parameters are arrays containing the corresponding attributes.
For more information, refer to the CT SET LINE ATTRIBUTES command.
Example
See the example for the CT SET FILL ATTRIBUTES command.
See Also
CT SET CHART LINE ATTRIBUTES, CT SET FILL ATTRIBUTES, CT SET LINE ATTRIBUTES.