Share via


DimensionControllerObject.getAttributeValueSet Method [AX 2012]

Gets a container of all dimension attribute values and backing entity instances for the specified value set.

Syntax

protected container getAttributeValueSet(DimensionDefault _dimAttributeValueSetId, SelectableDataArea _company)

Run On

Called

Parameters

Return Value

Type: container
A container that contains a map of containers.

Remarks

The map of containers will be in the format: (dimension attribute value record ID, [dimension attribute value, backing entity]).

See Also

Reference

DimensionControllerObject Class