Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 490 Bytes

File metadata and controls

32 lines (23 loc) · 490 Bytes

GetLName

Description

Function GetLName returns the name of the referenced layer.

FUNCTION GetLName(h : HANDLE): STRING;
def vs.GetLName(h):
    return STRING

Parameters

Name Type Description
h HANDLE Handle to layer.

Remarks

Returns the name of the referenced layer.

[sd 8/14/98]

Examples

IsolateLayer

Version

Availability: from All Versions

Category