Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs =================================================================== diff -u -r922d8c8ebb07e20fb0fe567d65f7d2df2bd224c1 -r4b8ab1201eba50035392ce074fa1cc5da25ff4a7 --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 922d8c8ebb07e20fb0fe567d65f7d2df2bd224c1) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 4b8ab1201eba50035392ce074fa1cc5da25ff4a7) @@ -132,7 +132,7 @@ } Name = fromStructure.Name; - Location = new Point2D(fromStructure.Location.X, fromStructure.Location.Y); + Location = new Point2D(fromStructure.Location); StructureNormalOrientation = fromStructure.StructureNormalOrientation; }