Share via


DimensionAttributeValueSetStorage.getAttributeByIndex Method [AX 2012]

Retrieves the dimension attribute ID at the specified index in the set.

Syntax

public RecId getAttributeByIndex(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index of the dimension attribute.

Return Value

Type: RecId Extended Data Type
The dimension attribute at the specified index.

Remarks

The set ordering and index are stable for a running instance of the DimensionAttributeValueSetStorage class, but may change if the instance is persisted and reloaded. Index access is provided as a simplification for programmatic interaction and is not persisted to the database.

See Also

Reference

DimensionAttributeValueSetStorage Class