@attributearrayvalueinternalid()

Returns the internal ID of a 1D array attribute.

Syntax

@attributearrayvalueinternalid (attribute, index)

Type

HyperMesh Template Function

Description

Returns the internal ID of a 1D array attribute.

Inputs

attribute
The name of the attribute to query, starting with $.
index
The index into the attribute array, starting at 1.

Examples

To get the entity ID for attribute $Test at index 3:

@attributearrayvalueinternalid($Test, 3)

Version History

2019