Share via


DimensionHierarchyController.loadRootNodes Method [AX 2012]

Loads the root nodes from the specified tree into the specified instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class.

Syntax

private void loadRootNodes(CLRObject _designer, RecId _treeId)

Run On

Client

Parameters

  • _designer
    Type: CLRObject Class
    The instance of the Microsoft.Dynamics.AX.Frameworks.Controls.Dimensions.HierarchyDesigner class into which to load the root nodes.

See Also

Reference

DimensionHierarchyController Class