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.
==== VectorScript ====
pbLineWt:= GetClLW('Property Bounds');==== Python ====
pbLineWt = vs.GetClLW('Property Bounds')Availability: from VectorWorks8.0
- Classes