CT SET LINES ATTRIBUTES

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 6.0.5


CT SET LINES ATTRIBUTES (area; objects; patterns; colors; lineWidths)

ParameterTypeDescription
areaLongint4D Chart area
objectsLongint arrayList of object ID numbers
patternsInteger arrayList of pattern numbers
colorsLongint arrayList of color values
lineWidthsReal arrayList 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.


4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next