Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 810 Bytes

File metadata and controls

37 lines (31 loc) · 810 Bytes

vsoGetIntSizeInfo

Description

Gets the parameter information needed for interactive sizeing.

PROCEDURE vsoGetIntSizeInfo(
				message      : LONGINT;
				isz_index    : INTEGER;
				displayName  : STRING;
				currentValue : REAL;
				defaultValue : REAL;
				readOnly     : BOOLEAN;
				isSupported  : BOOLEAN);
def vs.vsoGetIntSizeInfo(message, isz_index, displayName, currentValue, defaultValue, readOnly, isSupported):
    return None

Parameters

Name Type Description
message LONGINT
isz_index INTEGER
displayName STRING
currentValue REAL
defaultValue REAL
readOnly BOOLEAN
isSupported BOOLEAN

Version

Availability: from Vectorworks 2023.3

Category