Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 792 Bytes

File metadata and controls

45 lines (34 loc) · 792 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|GetClLSN, SetClLSN|SetClLSN from Vectorworks 2013 GetClLS|GetClLS

Version

Availability: from VectorWorks 8.0, deprecated from Vectorworks 2013

Category

  • Classes