Property SelectedElement
SelectedElement
Gets the element that is currently selected in the Geometrynull
if nothing is selected.
Declaration
public GeometryEditorElement SelectedElement { get; }
Property Value
Type | Description |
---|---|
Geometry |
The element that is currently selected in the Geometry |
Remarks
Clicking or tapping on the different visible elements of a Geometry in a view allows you
to select and unselect them. This property returns a different type of Geometry
You can also programmatically select specific vertices (Select
The value of Selected
- performing programmatic selection - for example using Select
Geometry() or SelectVertex(Int64, Int64) - performing interactive selection - for example selecting or unselecting a Geometry
Editor Element - the location of the selected element changes - for example moving the selected element programmatically or interactively
- performing edits - for example inserting a vertex interactively or deleting the selected element programmatically
It may also change when:
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 |