Share via


DimensionTree.getMaxOrdinal Method [AX 2012]

Gets the maximum ordinal of the sibling nodes for the specified parent node.

Syntax

private int getMaxOrdinal(RecId _parentConstraintNodeId)

Run On

Called

Parameters

  • _parentConstraintNodeId
    Type: RecId Extended Data Type
    The ID of the DimensionConstraintNode record that specifies the parent node.

Return Value

Type: int
The maximum ordinal value.

See Also

Reference

DimensionTree Class