Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1010 Bytes

File metadata and controls

36 lines (28 loc) · 1010 Bytes

SetDLComponentUsePenClassAttr

Description

Sets the useclass attributes flags of the left and right side pens of the component at index in the Double Line Preferences.

FUNCTION SetDLComponentUsePenClassAttr(
				index                : INTEGER;
				leftPenUseClassAttr  : BOOLEAN;
				rightPenUseClassAttr : BOOLEAN): BOOLEAN;
def vs.SetDLComponentUsePenClassAttr(index, leftPenUseClassAttr, rightPenUseClassAttr):
    return BOOLEAN

Parameters

Name Type Description
index INTEGER The index of the component.
leftPenUseClassAttr BOOLEAN Whether or not the component will use class attributes for its left pen.
rightPenUseClassAttr BOOLEAN Whether or not the component will use class attributes for its right pen.

Remarks

CJG 3-23-07

See Also

VS Functions: GetDLComponentUsePenClassAttr

Version

Availability: from VectorWorks13.0

Category