Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs =================================================================== diff -u -r4052 -r4221 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 4052) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/Location.cs (.../Location.cs) (revision 4221) @@ -439,6 +439,14 @@ public List Scenarios { get; } = new List(); /// + /// Gets or sets the current scenario. + /// + /// + /// The current scenario. + /// + public DesignScenario CurrentScenario { get; set; } + + /// /// Gets or sets the type of the dam project. /// ///