Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 701 Bytes

File metadata and controls

34 lines (26 loc) · 701 Bytes

SetDLComponentFill

Description

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

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

Parameters

Name Type Description
index INTEGER The index of the component.
fill LONGINT The fill of the component. Positive values for patterns, negative object indexes for hatches.

Remarks

CJG 6-27-06

See Also

VS Functions: GetDLComponentFill

Version

Availability: from VectorWorks12.5

Category