Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineMetaImporter.cs
===================================================================
diff -u -r8e91f29f35b5f93ea1d9dfc7dcd79edfdd1b4e53 -re3f0e0861e4d1f5faa32280e837777e8755b67d6
--- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineMetaImporter.cs (.../ReferenceLineMetaImporter.cs) (revision 8e91f29f35b5f93ea1d9dfc7dcd79edfdd1b4e53)
+++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineMetaImporter.cs (.../ReferenceLineMetaImporter.cs) (revision e3f0e0861e4d1f5faa32280e837777e8755b67d6)
@@ -34,7 +34,7 @@
namespace Ringtoets.Common.IO
{
///
- /// Imports a and stores in on a ,
+ /// Imports a and stores in on a ,
/// taking data from a shapefile containing a polylines.
///
public class ReferenceLineMetaImporter
@@ -45,9 +45,12 @@
///
/// Initializes a new instance of the class and reads the file.
- /// Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments), "WTI", "NBPW");
///
/// The path to the folder where a shape file should be read.
+ ///
+ /// The is usually
+ /// Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments), "WTI", "NBPW");.
+ ///
public ReferenceLineMetaImporter(string folderpath)
{
ValidateAndConnectTo(folderpath);
@@ -72,6 +75,7 @@
return false;
}
+ targetItem.WrappedData.Id = assessmentSectionId;
targetItem.WrappedData.ReferenceLine = selectedReferenceLineMeta;
return true;