Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 833 Bytes

File metadata and controls

48 lines (39 loc) · 833 Bytes

GetClLS

Description

Returns the line style of the specified class.

FUNCTION GetClLS(className : STRING): INTEGER;
def vs.GetClLS(className):
    return INTEGER

Parameters

Name Type Description
className STRING Name of class.

Remarks

Returns the line style of the class named className.

Examples

VectorScript

PROCEDURE Example;
BEGIN
Message(GetClLS('Property Bounds'));
END;
RUN(Example);

Python

Python

def	Example():
	vs.Message(vs.GetClLS('Property Bounds'))
Example()

See Also

GetClLSN, SetClLSN from Vectorworks 2013 SetClLS

Version

Availability: from VectorWorks 8.0, Deprecated from Vectorworks 2013

Category