Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 764 Bytes

File metadata and controls

39 lines (31 loc) · 764 Bytes

vsoGetHandingInfo

Description

Gets the Handing parameter information.

PROCEDURE vsoGetHandingInfo(
				message      : LONGINT;
				isz_index    : INTEGER;
				displayName  : STRING;
				currentValue : REAL;
				defaultValue : REAL;
				readOnly     : BOOLEAN;
				isSupported  : BOOLEAN);
def vs.vsoGetHandingInfo(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 2024

Category

  • [Object Events](../Categories/Object Events.md)