Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs =================================================================== diff -u -rfca049745871c8352ef2968048fdc0cca0c647e0 -r396f21603d742cdfb0e92817e5fd0b4df1e9f851 --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision fca049745871c8352ef2968048fdc0cca0c647e0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 396f21603d742cdfb0e92817e5fd0b4df1e9f851) @@ -76,14 +76,14 @@ /// public Point2D Location { get; private set; } + /// + /// Gets the orientation of the structure, relative to north. + /// + public RoundedDouble StructureNormalOrientation { get; private set; } + public override string ToString() { return Name; } - - /// - /// Gets the orientation of the closing structure, relative to north. - /// - public RoundedDouble StructureNormalOrientation { get; private set; } } } \ No newline at end of file