Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 858 Bytes

File metadata and controls

49 lines (39 loc) · 858 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|GetClLSN, SetClLSN|SetClLSN from Vectorworks 2013 SetClLS|SetClLS

Version

Availability: from VectorWorks 8.0, Deprecated from Vectorworks 2013

Category

  • Classes