Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 535 Bytes

File metadata and controls

27 lines (21 loc) · 535 Bytes

EA_DataAccGetStr

Description

Returns string value from the object, associated to the accessory index.

FUNCTION EA_DataAccGetStr(
				acc        : INTEGER;
				valueIndex : INTEGER): STRING;
def vs.EA_DataAccGetStr(acc, valueIndex):
    return STRING

Parameters

Name Type Description
acc INTEGER
valueIndex INTEGER

Version

Availability: from Vectorworks 2016

Category