Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs =================================================================== diff -u -r3891e05ac0ab2144b552203b25ee836bf72e3189 -r22f2f5e1f5cf9047b2ab2e5097b56a37fbc4cc5b --- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 3891e05ac0ab2144b552203b25ee836bf72e3189) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 22f2f5e1f5cf9047b2ab2e5097b56a37fbc4cc5b) @@ -128,6 +128,12 @@ } /// + /// Gets whether the structure input parameters are synchronized with the set . + /// + /// Always returns false in case no structure is present. + public abstract bool StructureParametersSynchronized { get; } + + /// /// Synchronizes the input parameters with the parameters of the structure. /// /// When no structure is present, the input parameters are set to default values.