Method Start
Start(Geometry)
Starts a geometry editing session based on the specified geometry.
Declaration
public void Start(Geometry initialGeometry)
Parameters
Type | Name | Description |
---|---|---|
Geometry | initialGeometry | The initial Geometry to start the editing session with. |
Remarks
Use this method for data editing workflows, where you have an existing Geometry to be updated.
After calling this method, the geometry is drawn in the map view, and interactions with the map view will select and
edit the geometry, depending on the current Tool and its Interaction
When the Spatial
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |
Start(GeometryType)
Starts a geometry editing session with an empty geometry of the specified Geometry
Declaration
public void Start(GeometryType geometryType)
Parameters
Type | Name | Description |
---|---|---|
Geometry |
geometryType | The Geometry |
Remarks
Use this method for data creation workflows, where you know the Geometry
Geometry
The new geometry will have the Spatial
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.6 |
.NET | 200.3 - 200.6 |
.NET Windows | 200.3 - 200.6 |
.NET Android | 200.3 - 200.6 |
.NET iOS | 200.3 - 200.6 |
.NET Framework | 200.3 - 200.6 |
UWP | 200.3 - 200.6 |