Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 809 Bytes

File metadata and controls

34 lines (26 loc) · 809 Bytes

GetDLComponentUseFillClassAttr

Description

Gets the use fill class attributes flag of the component at index in the Double Line Preferences.

FUNCTION GetDLComponentUseFillClassAttr(
				index            : INTEGER;
				VAR useClassAttr : BOOLEAN): BOOLEAN;
def vs.GetDLComponentUseFillClassAttr(index):
    return (BOOLEAN, useClassAttr)

Parameters

Name Type Description
index INTEGER The index of the component.
useClassAttr BOOLEAN Returns whether or not the component is using class attributes for its fill.

Remarks

CJG 3-23-07

See Also

VS Functions: SetDLComponentUseFillClassAttr

Version

Availability: from VectorWorks13.0

Category