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)| Name | Type | Description |
|---|---|---|
| message | LONGINT | |
| dataIndex | INTEGER | |
| outValue | STRING |
Availability: from Vectorworks 2023.4
- Object Events