Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 627 Bytes

File metadata and controls

29 lines (23 loc) · 627 Bytes

vsoEquipItemDataSet

Description

Sets the specified equipment item data in the ParametricEquipmentItemDataMessage(92) message sent to a Script object based on the dataIndex.

PROCEDURE vsoEquipItemDataSet(
				message   : LONGINT;
				dataIndex : INTEGER;
				dataValue : STRING);
def vs.vsoEquipItemDataSet(message, dataIndex, dataValue):
    return None

Parameters

Name Type Description
message LONGINT
dataIndex INTEGER
dataValue STRING

Version

Availability: from Vectorworks 2023.4

Category