Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 925 Bytes

File metadata and controls

33 lines (26 loc) · 925 Bytes

SetDLCompPenStylesN

Description

Sets the left and right pen styles for the component at index in the Double Line Preferences.

FUNCTION SetDLCompPenStylesN(
				index         : INTEGER;
				penStyleLeft  : LONGINT;
				penStyleRight : LONGINT): BOOLEAN;
def vs.SetDLCompPenStylesN(index, penStyleLeft, penStyleRight):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the component.
penStyleLeft LONGINT The pen style of the component's left line. Positive values for patterns, negative values for line types.
penStyleRight LONGINT The pen style of the component's right line. Positive values for patterns, negative values for line types.

See Also

VS Functions: GetDLCompPenStylesN

Version

Availability: from Vectorworks 2019

Category