Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 645 Bytes

File metadata and controls

31 lines (24 loc) · 645 Bytes

GetVPLrOvrdHandle

Description

Retrieves the handle of the layer overridden at the specified index in the overrides list.

FUNCTION GetVPLrOvrdHandle(
				viewportHandle : HANDLE;
				index          : INTEGER): HANDLE;
def vs.GetVPLrOvrdHandle(viewportHandle, index):
    return HANDLE

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
index INTEGER The index into the layer overrides list.

See Also

VS Functions: GetVPLrOvrdCount

Version

Availability: from Vectorworks 2014

Category