Returns the line weight of the specified class.
FUNCTION GetClLW(className : STRING): INTEGER;def vs.GetClLW(className):
return INTEGER| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
Returns the line weight of the class named className.
pbLineWt:= GetClLW('Property Bounds');pbLineWt = vs.GetClLW('Property Bounds')Availability: from VectorWorks8.0