Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 845 Bytes

File metadata and controls

36 lines (28 loc) · 845 Bytes

GetDLComponentFillColors

Description

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

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

Parameters

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

Remarks

CJG 3-23-07

See Also

VS Functions: SetDLComponentFillColors

Version

Availability: from VectorWorks13.0

Category