Get the current choices for the combined line style and line weight dialog control. The line style value is an index and the line weight value is in mils.
PROCEDURE GetLineAttributeData(
dialogID : LONGINT;
itemID : LONGINT;
VAR lineStyle : INTEGER;
VAR lineWeight : INTEGER);def vs.GetLineAttributeData(dialogID, itemID):
return (lineStyle, lineWeight)| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| itemID | LONGINT | |
| lineStyle | INTEGER | |
| lineWeight | INTEGER |
Availability: from VectorWorks12.0