Property PickedUpElement
PickedUpElement
Gets the element currently picked up by the GeometryEditor changed following programmatic or interactive pickup or put down.
Declaration
public GeometryEditorElement PickedUpElement { get; }
Property Value
| Type | Description |
|---|---|
| GeometryEditorElement | The element currently picked up by the GeometryEditor changed following programmatic or interactive pickup or put down. |
Remarks
The value of PickedUpElement when:
- an element is picked up or dropped using a tap interaction with the GeometryEditor
- an element is picked up using PickUpSelectedElement()
- an element is dropped using PlaceElementAtReticle() It may also change when:
- undoing or redoing edits using Undo() or Redo() This will clear the current picked up element.
- canceling the current action using CancelCurrentAction()
- stopping the geometry editor using Stop()
- changing the Tool
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.8 |
| .NET | 200.8 |
| .NET Windows | 200.8 |
| .NET Android | 200.8 |
| .NET iOS | 200.8 |
| .NET Framework | 200.8 |
| UWP | 200.8 |