Share via


LedgerDimensionController::getStructureForDimensionStorage Method [AX 2012]

Gets the structural information for the specified dimension storage instance.

Syntax

client server private static DimensionStructureInformation getStructureForDimensionStorage(DimensionStorage _dimensionStorage)

Run On

Called

Parameters

  • _dimensionStorage
    Type: DimensionStorage Class
    The instance of the DimensionStorage class for which structural information is loaded.

Return Value

Type: DimensionStructureInformation Class
An instance of the DimensionStructureInformation class that has the ordered dimension attributes for the specified storage instance.

See Also

Reference

LedgerDimensionController Class