Method ReplaceGeometry
ReplaceGeometry(Geometry)
Replaces the current Geometry with the specified geometry.
Declaration
public void ReplaceGeometry(Geometry geometry)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geometry | The new geometry to replace the current geometry. The GeometryType of these geometries must match. |
Remarks
Use this method to make changes to the Geometry that are not directly supported
using other GeometryEditor methods. For example, to start a new part in a Polygon or Polyline
geometry, get the current Geometry, use a
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |