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