Share via


DimensionDefaultingEPController.getDimensionAttributeIdByIndex Method [AX 2012]

Gets the dimension attribute ID of the specified index in the control.

Syntax

protected RecId getDimensionAttributeIdByIndex(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index in the control.

Return Value

Type: RecId Extended Data Type
The dimension attribute ID of the specified index in the control.

Exceptions

Exception Condition
Error

The specified index is invalid.

See Also

Reference

DimensionDefaultingEPController Class