Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Io/IoCalculationOptions.cs =================================================================== diff -u -r3117 -r3150 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Io/IoCalculationOptions.cs (.../IoCalculationOptions.cs) (revision 3117) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.Io/IoCalculationOptions.cs (.../IoCalculationOptions.cs) (revision 3150) @@ -21,8 +21,15 @@ namespace Deltares.LayerOnSlopeTool.Io { + /// Zones Type public class IoCalculationOptions { - + /// Gets or sets the minimal circle depth. + /// The minimal circle depth. + public double MinimalCircleDepth { get; set; } + + /// Gets or sets the type of the zones. + /// The type of the zones. + public ZonesType ZonesType { get; set; } } } \ No newline at end of file