Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 619 Bytes

File metadata and controls

37 lines (29 loc) · 619 Bytes

GetLScale

Description

Function GetLScale returns the scale of the referenced layer.

FUNCTION GetLScale(h : HANDLE): REAL;
def vs.GetLScale(h):
    return REAL

Parameters

Name Type Description
h HANDLE Handle to layer.

Remarks

''Joel Sciamma 2006.02.20'': Returns 200 for 1:200, 1 for 1:1 and 0.5 for 2x

Examples

VectorScript

LayerScale := GetLScale(LayerHandle);

Python

LayerScale  = vs.GetLScale(vs.ActLayer())

Version

Availability: from All Versions

Category