Share via


DimensionDefaultingControllerBase::getSiblingsOfStructure Method [AX 2012]

Gets a container of the siblings of a DimensionAttribute that are in a DimensionHierarchy.

Syntax

server private static container getSiblingsOfStructure(
    DimensionHierarchy _dimensionHierarchy, 
    DimensionHierarchyLevel _dimensionHierarchyLevel, 
    str _segmentSeparator)

Run On

Server

Parameters

  • _segmentSeparator
    Type: str
    A string that indicates how to format the spacing between the segments in the structure.

Return Value

Type: container
A container of all siblings of the DimensionHierarchy.

See Also

Reference

DimensionDefaultingControllerBase Class