Sets the line style of the specified class.
PROCEDURE SetClLS(
className : STRING;
LS : INTEGER);def vs.SetClLS(className, LS):
return None| Name | Type | Description |
|---|---|---|
| className | STRING | Name of class. |
| LS | INTEGER | Line style index value. |
Assigns the specified line style to the class named className.
==== VectorScript ====
SetClLS('Property Parcels',-4);==== Python ====
GetClLSN|GetClLSN, SetClLSN|SetClLSN from Vectorworks 2013 GetClLS|GetClLS
Availability: from VectorWorks 8.0, deprecated from Vectorworks 2013
- Classes