Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 907 Bytes

File metadata and controls

37 lines (30 loc) · 907 Bytes

SetVPClOvrdFillBack

Description

Sets the fill background color of a class override in a viewport. The color is specified by RGB values in the range 0~65535.

PROCEDURE SetVPClOvrdFillBack(
				viewportHandle : HANDLE;
				className      : STRING;
				colorRV        : LONGINT;
				colorGV        : LONGINT;
				colorBV        : LONGINT);
def vs.SetVPClOvrdFillBack(viewportHandle, className, colorRV, colorGV, colorBV):
    return None

Parameters

Name Type Description
viewportHandle HANDLE The viewport handle.
className STRING The name of the class to override.
colorRV LONGINT Red color value.
colorGV LONGINT Green color value.
colorBV LONGINT Blue color value.

See Also

VS Functions: GetVPClOvrdFillBack

Version

Availability: from Vectorworks 2014

Category