Share via


DimensionDynamicAccountController.getDimensionAttributeByControlIndex Method [AX 2012]

Retrieves the dimension attribute ID of a specified index in a control.

Syntax

public int64 getDimensionAttributeByControlIndex(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The index currently selected in the control.

Return Value

Type: int64
The dimension attribute ID of the specified index in the control.

See Also

Reference

DimensionDynamicAccountController Class