Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 607 Bytes

File metadata and controls

34 lines (26 loc) · 607 Bytes

SetVPLrOvrdOpty

Description

Sets the opacity for a layer override.

PROCEDURE SetVPLrOvrdOpty(
				viewportHandle : HANDLE;
				layerHandle    : HANDLE;
				opacity        : INTEGER);
def vs.SetVPLrOvrdOpty(viewportHandle, layerHandle, opacity):
    return None

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
layerHandle HANDLE The layer handle.
opacity INTEGER Opacity (0-100)

See Also

VS Functions: GetVPLrOvrdOpty

Version

Availability: from Vectorworks 2014

Category

  • Viewports