Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 611 Bytes

File metadata and controls

31 lines (25 loc) · 611 Bytes

vsoSetIntSizeInfo

Description

Sets the parameter values after interactive sizeing.

PROCEDURE vsoSetIntSizeInfo(
				message         : LONGINT;
				isz_index       : INTEGER;
				VAR newValue    : REAL;
				VAR isSupported : BOOLEAN);
def vs.vsoSetIntSizeInfo(message, isz_index):
    return (newValue, isSupported)

Parameters

Name Type Description
message LONGINT
isz_index INTEGER
newValue REAL
isSupported BOOLEAN

Version

Availability: from Vectorworks 2023.3

Category