Share via


DimensionHierarchy::removeLevel Method

Removes the specified level from the hierarchy.

Syntax

client server public static void removeLevel(RecId _hierarchyId, int _level)

Run On

Called

Parameters

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

Remarks

This is low-level method that performs minimal validation.

If you modify a hierarchy that has a tree, the DimensionTree.removeLevel method should be used instead.

See Also

Reference

DimensionHierarchy Table