Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 717 Bytes

File metadata and controls

36 lines (27 loc) · 717 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

_c_ (2016.02.29): Returns a name list index, while the older routine 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