Sets the line weight of the specified class.
PROCEDURE SetClLW(
className : STRING;
LW : INTEGER);def vs.SetClLW(className, LW):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
| LW | INTEGER | Line weight value (in mils). |
Assigns the specified line style to the class named className.
SetClLW('To Be Demolished',28);Availability: from VectorWorks8.0