Function GetLSN returns the line style of the referenced object.
FUNCTION GetLSN(h : HANDLE): LONGINT;def vs.GetLSN(h):
return LONGINT| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object. |
_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 }VS Functions: SetLSN
Availability: from Vectorworks 2013