Skip to content

Tools

Compare sessions

Compare session tool class

Tool Info Compare sessions
Tools Explorer /Compare session/Compare sessions
NuGet Package DHI.MikeOperations.AnalysisManager.Tools.CompareSession
API Reference DHI.Solutions.AnalysisManager.Tools.CompareSessionTool.ICompareSessionTool
Input Items No input items required
Output Items No output items

Tool Properties

Display Name Name Description
Name ComparsionSheetName Gets or sets a name of the output sheet

Code Sample

// Get the tool.
var tool = application.Tools.CreateNew("Compare sessions") as DHI.Solutions.AnalysisManager.Tools.CompareSessionTool.ICompareSessionTool;
# Get the tool.
tool = app.Tools.CreateNew("Compare sessions")
# Get the tool.
tool = DHI.Solutions.AnalysisManager.Tools.CompareSessionTool.ICompareSessionTool(app.Tools.CreateNew("Compare sessions"))