Class GeometryConstructionTool
Identifies the tool that describes how a geometry is created in a shared template.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeometryConstructionTool
Remarks
This geometry construction tool, along with optional configuration settings that can be retrieved from GetConstructionToolOptions(GeometryConstructionTool), describes how to sketch geometry. For example: free-form, shape-based, densified, auto-completed, constrained by an offset, angle of rotation, constant interval, or number of sides.
The geometry tools recognized by the ArcGIS Maps SDK has a well-defined GeometryConstructionToolType. Custom third-party geometry tools, however, are only identifiable by their ToolId.
Properties
| Name | Description |
|---|---|
| ToolId | Gets the unique identifier for this geometry construction tool. |
| ToolType | Gets the provides a descriptive well-defined enumeration value for the geometry construction tool. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |