Sets the left and right pen weights for the component at index in the Double Line Preferences.
FUNCTION SetDLComponentPenWeights(
index : INTEGER;
penWeightLeft : INTEGER;
penWeightRight : INTEGER): BOOLEAN;def vs.SetDLComponentPenWeights(index, penWeightLeft, penWeightRight):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| index | INTEGER | The index of the component. |
| penWeightLeft | INTEGER | The pen weight of the component's left line. |
| penWeightRight | INTEGER | The pen weight of the component's right line. |
CJG 6-27-06
VS Functions: GetDLComponentPenWeights
Availability: from VectorWorks12.5