Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 636 Bytes

File metadata and controls

33 lines (26 loc) · 636 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