GeometryConstructionTool

Identifies the tool that describes how a geometry is created in a shared template. This geometry construction tool, along with optional configuration settings that can be retrieved from SharedTemplate.getConstructionToolOptions, 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 GeometryConstructionTool.toolId.

Since

300.0.0

Properties

Link copied to clipboard

The unique identifier for this geometry construction tool.

Link copied to clipboard

Provides a descriptive well-defined enumeration value for the geometry construction tool. A value of GeometryConstructionToolType.Unknown indicates a third-party geometry construction tool, which can only be identified using GeometryConstructionTool.toolId.