Share via


DimensionTree.moveLevel Method [AX 2012]

Moves the dimension attribute at the specified level to a new level position.

Syntax

public boolean moveLevel(int _level, int _index)

Run On

Called

Parameters

  • _level
    Type: int
    The level value of the hierarchy level to be moved.
  • _index
    Type: int
    The new level value for the specified hierarchy level.

Return Value

Type: boolean
true if the level is successfully moved; otherwise, false;

Remarks

The hierarchy is updated.

Nodes beyond the lowest move point are converted into "*" branches.

See Also

Reference

DimensionTree Class