Share via


DimensionTree.createStarNode Method [AX 2012]

Creates a star node for the specified hierarchy level.

Syntax

private RecId createStarNode(
    RecId _treeId, 
    RecId _hierarchyLevelId, 
    RecId _parentNodeId, 
    RecordInsertList _criteriaNodesList)

Run On

Called

Parameters

  • _parentNodeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintNode record that specifies the parent node of the new node.
  • _criteriaNodesList
    Type: RecordInsertList Class
    An instance of the RecordInsertList class that stores the new criteria records.

Return Value

Type: RecId Extended Data Type
The ID of the DimensionConstraintNode record for the newly created star node.

See Also

Reference

DimensionTree Class