Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Location.cs =================================================================== diff -u -r2806 -r2807 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Location.cs (.../Location.cs) (revision 2806) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Location.cs (.../Location.cs) (revision 2807) @@ -1619,7 +1619,7 @@ } } - // + /// /// Gets or sets the intrusion vertical water pressure. /// /// @@ -1639,30 +1639,6 @@ } #endregion - #region Waterlevels - - [Unit(UnitType.Length)] - [Label("Polder level")] - [Description("Water level in polder")] - [Format("F3")] - [Category(WaterCategory)] - [PropertyOrder(2, 4)] - public virtual double PolderLevel - { - get - { - return polderLevel; - } - set - { - DataEventPublisher.BeforeChange(this, "PolderLevel"); - polderLevel = value; - DataEventPublisher.AfterChange(this, "PolderLevel"); - } - } - - #endregion - /// /// Sets the default values /// Index: DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs =================================================================== diff -u -r2806 -r2807 --- DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs (.../FillXmlInputFromDamUiTests.cs) (revision 2806) +++ DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs (.../FillXmlInputFromDamUiTests.cs) (revision 2807) @@ -337,7 +337,6 @@ location.SoildatabaseName = "ASoildb.mdb"; location.PLLineCreationMethod = (PLLineCreationMethod) i; location.IntrusionVerticalWaterPressure = (IntrusionVerticalWaterPressureType) i; - location.PolderLevel = 1.0 * i + 0.11; location.DampingFactorPL4 = 1.0 * i + 0.12; location.DampingFactorPL3 = 1.0 * i + 0.13; location.PenetrationLength = 1.0 * i + 0.14;