Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 538 Bytes

File metadata and controls

27 lines (21 loc) · 538 Bytes

EA_DataAccGetInt

Description

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

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

Parameters

Name Type Description
acc INTEGER
valueIndex INTEGER

Version

Availability: from Vectorworks 2016

Category