Index: Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs =================================================================== diff -u -rf4b3f19758b8929693ad8653bbc3c906a75d2983 -rfada97a57c5c19983ffe23b02944dc48d02c509c --- Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision f4b3f19758b8929693ad8653bbc3c906a75d2983) +++ Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision fada97a57c5c19983ffe23b02944dc48d02c509c) @@ -388,7 +388,10 @@ { HeightStructuresFailureMechanism failureMechanism = demoAssessmentSection.HeightStructures; HeightStructure heightStructure = CreateDemoHeightStructure(); - failureMechanism.HeightStructures.Add(heightStructure); + failureMechanism.HeightStructuresCollection.AddRange(new[] + { + heightStructure + }, "heightStructurePath"); var calculation = new StructuresCalculation(); failureMechanism.CalculationsGroup.Children.Add(calculation); @@ -402,7 +405,8 @@ return new HeightStructure( new HeightStructure.ConstructionProperties { - Id = "KUNST1", Name = "KUNST1", + Id = "KUNST1", + Name = "KUNST1", Location = new Point2D(12345.56789, 9876.54321), StructureNormalOrientation = (RoundedDouble) 10.0, LevelCrestStructure = @@ -461,7 +465,8 @@ return new ClosingStructure( new ClosingStructure.ConstructionProperties { - Name = "KUNST1", Id = "KUNST1", + Name = "KUNST1", + Id = "KUNST1", Location = new Point2D(12345.56789, 9876.54321), StorageStructureArea = { @@ -587,7 +592,9 @@ return new StabilityPointStructure( new StabilityPointStructure.ConstructionProperties { - Name = "Kunstwerk", Id = "Kunstwerk id", Location = new Point2D(131470.777221421, 548329.82912364), + Name = "Kunstwerk", + Id = "Kunstwerk id", + Location = new Point2D(131470.777221421, 548329.82912364), StructureNormalOrientation = (RoundedDouble) 10, StorageStructureArea = {