Share via


DimensionTree.getHierarchyLevelId Method [AX 2012]

Gets the ID of the hierarchy level record at the specified level.

Syntax

private RecId getHierarchyLevelId(int _level)

Run On

Called

Parameters

  • _level
    Type: int
    The level of the current dimension hierarchy.

Return Value

Type: RecId Extended Data Type
The ID of the DimensionHierarchyLevel record.

See Also

Reference

DimensionTree Class