Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 919 Bytes

File metadata and controls

34 lines (26 loc) · 919 Bytes

GetDLCompPenStylesN

Description

Gets the left and right side pen styles of the component at index in the Double Line Preferences.

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

Parameters

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

See Also

VS Functions: SetDLCompPenStylesN

Version

Availability: from Vectorworks 2019

Category

  • Document Settings