Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 810 Bytes

File metadata and controls

38 lines (28 loc) · 810 Bytes

GetClLSN

Description

Returns the line style of the specified class.

FUNCTION GetClLSN(className : STRING): LONGINT;
def vs.GetClLSN(className):
    return LONGINT

Parameters

Name Type Description
className STRING Name of class.

Remarks

[[User:CBM-c-|c]] (2016.02.29): Returns a name list index, while the older routine [[VS:GetClLS]] returned a dash style index.

indx := GetClLSN('None'); IF indx < 0 THEN { if the index is positive then is a pattern. Patterns are not named resources } Message(Index2Name(-indx)); { returns the name of the dash style attached to the class 'None', if any }

See Also

VS Functions: SetClLSN

Version

Availability: from Vectorworks 2013

Category

  • Classes