@getidoffsetvalue()

Returns the ID offset value for an input entity with ID pool number in a specified include file ID.

Syntax

@getidoffsetvalue (entity_type, pool_id, include_file_id)

Type

HyperMesh Template Function

Description

Returns the ID offset value for an input entity with ID pool number in a specified include file ID.

Inputs

entity_type
The type of entity to query.
pool_id
The ID pool number of the entity to query, if any.
include_file_id
The include file ID for which the offset is required.

Examples

To get the ID offset for cards in include ID 5:

*variableset(variable1,[@getidoffsetvalue(cards,0,5)])

Version History

2019