Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileProperties.cs =================================================================== diff -u -r206bdc353661a4e059d3d38f92854ca4760e386d -r41960c7d3d923a60575133a585d4cecfb1a251b5 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileProperties.cs (.../DikeProfileProperties.cs) (revision 206bdc353661a4e059d3d38f92854ca4760e386d) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileProperties.cs (.../DikeProfileProperties.cs) (revision 41960c7d3d923a60575133a585d4cecfb1a251b5) @@ -104,11 +104,11 @@ [ResourcesCategory(typeof(Resources), "Categories_Schematisation")] [ResourcesDisplayName(typeof(Resources), "DikeHeight_DisplayName")] [ResourcesDescription(typeof(Resources), "DikeHeight_Description")] - public RoundedDouble CrestLevel + public RoundedDouble DikeHeight { get { - return data.CrestLevel; + return data.DikeHeight; } } }