get Construction Tool Options
Returns the configuration setting for the specified geometry construction tool. Use this method to get options for a selected tool. For example, GeometryConstructionToolType.Line can generate a densified line by adding extra vertices at regular intervals. The optional settings specify whether to densify, the sample distance, and the linear unit to use.
See Point construction tools, and Polyline and polygon construction tools for more information.
An empty dictionary is expected when no available options are found for the specified tool. This method returns a map in which the String keys are case insensitive.
Return
A Map containing the configuration settings.
Since
300.0.0
Parameters
tool
The geometry construction tool.
Throws
Template is not loaded.