The following members of class <MapViewTypes.h> are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Types
(since Esri enum class | Sketch |
(since Esri enum class | Sketch |
(since Esri enum class | Sketch |
Type Documentation
[since Esri::ArcGISRuntime 100.12, deprecated]
enum class SketchCreationMode
This enum is deprecated. We strongly advise against using it in new code.
Enumerates the type of geometry and how it will be created by the SketchEditor.
Constant | Value | Description |
---|---|---|
Sketch | -1 | Deprecated. Unknown geometry type. |
Sketch | 0 | Deprecated. Sketches a Point geometry. |
Sketch | 1 | Deprecated. Sketches a Polyline geometry. |
Sketch | 2 | Deprecated. Sketches a Polygon geometry. |
Sketch | 10 | Deprecated. Sketches a Multipoint geometry. |
This enum was introduced in Esri::ArcGISRuntime 100.12.
[since Esri::ArcGISRuntime 100.12, deprecated]
enum class SketchResizeMode
This enum is deprecated. We strongly advise against using it in new code.
Describes how geometry is resized to fill its allocated space while editing geometry.
The SketchResizeMode can be one of:
Constant | Value | Description |
---|---|---|
Sketch | 0 | Deprecated. No resizing. |
Sketch | 1 | Deprecated. The geometry is stretched to fill the destination dimensions. |
Sketch | 2 | Deprecated. The geometry is resized to fill the destination dimensions while it preserves its native aspect ratio. |
This enum was introduced in Esri::ArcGISRuntime 100.12.
[since Esri::ArcGISRuntime 100.12, deprecated]
enum class SketchVertexEditMode
This enum is deprecated. We strongly advise against using it in new code.
Describes how vertices respond to user interaction.
The SketchVertexEditMode can be one of:
Constant | Value | Description |
---|---|---|
Sketch | 0 | Deprecated. Vertices can be edited through user interaction. |
Sketch | 1 | Deprecated. Only selection state of vertex can be updated through user interaction. |
This enum was introduced in Esri::ArcGISRuntime 100.12.