Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 579 Bytes

File metadata and controls

33 lines (25 loc) · 579 Bytes

vsoSetHandingInfo

Description

Sets the Handing parameter values.

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

Parameters

Name Type Description
message LONGINT
isz_index INTEGER
newValue REAL
isSupported BOOLEAN

Version

Availability: from Vectorworks 2024

Category

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