Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 753 Bytes

File metadata and controls

42 lines (32 loc) · 753 Bytes

GetLS

Description

Use [[VS:GetLSN|GetLSN]] instead. Function GetLS returns the line style of the referenced object.

FUNCTION GetLS(h : HANDLE): INTEGER;
def vs.GetLS(h):
    return INTEGER

Parameters

Name Type Description
h HANDLE Handle to object.

Remarks

[[User:CBM-c-|c]] 2016.02.29: This is deprecated and returns always -1 as of VW 2016.

Examples

==== VectorScript ====

lStyleValue := GetLS(handleToObject);

==== Python ====

lStyleValue = vs.GetLS(handleToObject)

See Also

GetLSN|GetLSN from Vectorworks 2013

Version

Availability: from All Versions, deprecated from Vectorworks 2013

Category

  • Object Attributes