Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 660 Bytes

File metadata and controls

30 lines (23 loc) · 660 Bytes

vsoEquipItemDataGet

Description

Gets the specified equipment item data from the ParametricEquipmentItemDataMessage(92) message sent to a Script object based on the dataIndex. Returns false if this value is not available.

FUNCTION vsoEquipItemDataGet(
				message      : LONGINT;
				dataIndex    : INTEGER;
				VAR outValue : STRING): BOOLEAN;
def vs.vsoEquipItemDataGet(message, dataIndex):
    return (BOOLEAN, outValue)

Parameters

Name Type Description
message LONGINT
dataIndex INTEGER
outValue STRING

Version

Availability: from Vectorworks 2023.4

Category

  • Object Events