Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 675 Bytes

File metadata and controls

35 lines (26 loc) · 675 Bytes

GetDLComponentFill

Description

Gets the fill of the component at index in the Double Line Preferences.

FUNCTION GetDLComponentFill(
				index    : INTEGER;
				VAR fill : LONGINT): BOOLEAN;
def vs.GetDLComponentFill(index):
    return (BOOLEAN, fill)

Parameters

Name Type Description
index INTEGER The index of the component.
fill LONGINT Returns the fill of the component. Positive values for patterns, negative ref numbers for hatches.

Remarks

CJG 6-27-06

See Also

VS Functions: SetDLComponentFill

Version

Availability: from VectorWorks12.5

Category

  • Document Settings