Method InsertVertex
InsertVertex(MapPoint)
Creates a new vertex at the specified location and inserts it after the currently selected element, or appends the point if there is nothing selected.
Declaration
public void InsertVertex(MapPoint point)
Parameters
Type | Name | Description |
---|---|---|
Map |
point | The location of the new vertex. |
Remarks
If Geometry is empty (true
), the given point is added as the
initial vertex, and then selected. If nothing is selected (Selectednull
), the
point is appended to the end of the Geometry, and then selected. If Selected
If Geometry is a non-empty System.
See Also
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 |