Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 815 Bytes

File metadata and controls

36 lines (28 loc) · 815 Bytes

SetDLComponentFillColors

Description

Sets the fore and back fill colors of the component at index in the Double Line Preferences.

FUNCTION SetDLComponentFillColors(
				index         : INTEGER;
				fillForeColor : INTEGER;
				fillBackColor : INTEGER): BOOLEAN;
def vs.SetDLComponentFillColors(index, fillForeColor, fillBackColor):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the component.
fillForeColor INTEGER The fore color of the fill.
fillBackColor INTEGER The back color of the fill.

Remarks

CJG 3-23-07

See Also

VS Functions: GetDLComponentFillColors

Version

Availability: from VectorWorks13.0

Category