示例#1
0
 private Dictionary <string, double> AddAnalysis()
 {
     //When the new analysis is ready, add the analysis to the segments based on the column pile model
     //Split the anlaysis to multiple segments if necessary.
     return(_analyzerService.GetAnalysis());
 }