Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 767 Bytes

File metadata and controls

44 lines (34 loc) · 767 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

See Also

GetClLSN, SetClLSN from Vectorworks 2013 GetClLS

Version

Availability: from VectorWorks 8.0, deprecated from Vectorworks 2013

Category