VS:SetClLS

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the line style of the specified class.

PROCEDURE SetClLS(
className :STRING;
LS :INTEGER);
def vs.SetClLS(className, LS):
    return None

Parameters

className STRING Name of class.
LS INTEGER Line style index value.

Remarks

Assigns the specified line style to the class named className.

Example

VectorScript

SetClLS('Property Parcels',-4);

Python


Version

Availability: from VectorWorks 8.0, deprecated from Vectorworks 2013

See Also

GetClLSN, SetClLSN from Vectorworks 2013

GetClLS

[[VS:GetClLSN|GetClLSN]], [[VS:SetClLSN|SetClLSN]] from Vectorworks 2013 [[VS:GetClLS|GetClLS]]