Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 839 Bytes

File metadata and controls

51 lines (40 loc) · 839 Bytes

SetClLS

Description

Sets the line style of the specified class.

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

Parameters

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

Remarks

Assigns the specified line style to the class named className.

Examples

VectorScript

SetClLS('Property Parcels',-4);

Python

SetClLS('Wall', 1);
vs.SetClLS('Wall', LS)

See Also

GetClLSN, SetClLSN from Vectorworks 2013 GetClLS

Version

Availability: from VectorWorks 8.0, deprecated from Vectorworks 2013

Category