Method SelectGeometry
SelectGeometry()
Selects the entire Geometry.
Declaration
public void SelectGeometry()
Remarks
When the entire geometry is selected it can be edited interactively and programmatically. For example you can move the entire geometry interactively by dragging, or call MoveSelectedElement(MapPoint) or MoveSelectedElement(Double, Double) to move it programmatically.
When the entire geometry is selected, the GeometryEditorGeometry returned from SelectedElement has a geometry equal to Geometry. If the Geometry is a System.Drawing.Point, then a GeometryEditorVertex is returned from SelectedElement instead, which is equivalent to the entire geometry and provides immediate access to the x,y coordinates of the selected point geometry.
See Also
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 |