Share via


DimensionTree::create Method [AX 2012]

Creates an instance of the DimensionTree class from a packed copy.

Syntax

client server public static DimensionTree create(container _packedDimensionTree)

Run On

Called

Parameters

  • _packedDimensionTree
    Type: container
    The packed instance of the DimensionTree class.

Return Value

Type: DimensionTree Class
An instance of the DimensionTree class.

See Also

Reference

DimensionTree Class