Index: src/Deltares.DSoilModel.Forms/DSoilModelSegmentGeometryEditor.cs
===================================================================
diff -u -r6 -r388
--- src/Deltares.DSoilModel.Forms/DSoilModelSegmentGeometryEditor.cs (.../DSoilModelSegmentGeometryEditor.cs) (revision 6)
+++ src/Deltares.DSoilModel.Forms/DSoilModelSegmentGeometryEditor.cs (.../DSoilModelSegmentGeometryEditor.cs) (revision 388)
@@ -71,6 +71,20 @@
}
///
+ /// Gets the spatial editor.
+ ///
+ ///
+ /// The spatial editor.
+ ///
+ public SpatialEditor SpatialEditor
+ {
+ get
+ {
+ return spatialEditor;
+ }
+ }
+
+ ///
/// Gets or sets the project.
///
public DSoilModelProject Project
@@ -149,6 +163,7 @@
///
/// Property for binding of Split segment toolbar button.
+ /// So even when it seems not used, it is used!
///
///
/// true if [split segment location]; otherwise, false.