Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs =================================================================== diff -u -r3e3087bd9c43ca5a3910438b3c9daf0defcb09bf -r107c9d6382bd676d6c36f797a040988f7b324b0b --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 3e3087bd9c43ca5a3910438b3c9daf0defcb09bf) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 107c9d6382bd676d6c36f797a040988f7b324b0b) @@ -95,6 +95,7 @@ /// /// Gets the orientation of the structure, relative to north. + /// [degrees] /// public RoundedDouble StructureNormalOrientation { get; private set; } @@ -125,6 +126,7 @@ /// /// Gets the orientation of the closing structure, relative to north. + /// [degrees] /// public double StructureNormalOrientation { get; set; } }