Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 696 Bytes

File metadata and controls

37 lines (27 loc) · 696 Bytes

GetLSN

Description

Function GetLSN returns the line style of the referenced object.

FUNCTION GetLSN(h : HANDLE): LONGINT;
def vs.GetLSN(h):
    return LONGINT

Parameters

Name Type Description
h HANDLE Handle to object.

Remarks

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

styleName := Index2Name(-GetLSN(FSActLayer)); { returns the name of the dash style defintion of the first selected object }

See Also

VS Functions: SetLSN

Version

Availability: from Vectorworks 2013

Category

  • Object Attributes