SobekCM.Core.Client.SobekEngineClient_AggregationEndpoints.Get_Aggregation_Hierarchy C# (CSharp) Method

Get_Aggregation_Hierarchy() public method

Gets the entire collection hierarchy (used for hierarchical tree displays)
public Get_Aggregation_Hierarchy ( Custom_Tracer Tracer ) : SobekCM.Core.Aggregations.Aggregation_Hierarchy
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
return SobekCM.Core.Aggregations.Aggregation_Hierarchy
        public Aggregation_Hierarchy Get_Aggregation_Hierarchy(Custom_Tracer Tracer)
        {
            return AggregationServices.get_aggregation_hierarchy(Tracer);
        }