Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 507 Bytes

File metadata and controls

31 lines (24 loc) · 507 Bytes

SetClLSN

Description

Sets the line style of the specified class.

PROCEDURE SetClLSN(
				className : STRING;
				lineStyle : LONGINT);
def vs.SetClLSN(className, lineStyle):
    return None

Parameters

Name Type Description
className STRING Name of class.
lineStyle LONGINT Line style index value.

See Also

VS Functions: GetClLSN

Version

Availability: from Vectorworks 2013

Category