Share via


DimensionTree.removeLevel Method [AX 2012]

Removes the dimension attribute from the tree at the specified level.

Syntax

public boolean removeLevel(int _level)

Run On

Called

Parameters

  • _level
    Type: int
    The level value for the hierarchy level to be deleted.

Return Value

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

Remarks

The hierarchy is updated.

Nodes beyond the deleted level are converted into "*" branches.

See Also

Reference

DimensionTree Class