Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 545 Bytes

File metadata and controls

31 lines (24 loc) · 545 Bytes

RemoveVPLrOvrd

Description

Removes a layer override.

PROCEDURE RemoveVPLrOvrd(
				viewportHandle : HANDLE;
				layerHandle    : HANDLE);
def vs.RemoveVPLrOvrd(viewportHandle, layerHandle):
    return None

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
layerHandle HANDLE The layer handle.

See Also

VS Functions: CreateVPLrOvrd

Version

Availability: from Vectorworks 2014

Category