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| 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. |
CJG 3-23-07
VS Functions: GetDLComponentUsePenClassAttr
Availability: from VectorWorks13.0