|
Gocator API
|
Checks if the given tool is a GoExtTool or not.
GoExtTool stands for "Gocator extensible tool". These types of tools require using APIs specifically for these tools in order to properly access information in this tool. For example, one would have to use "GoExtTool_XAnchor" rather than "GoSurfaceTool_XAnchor" to access the tool's X Anchor if the tool is a GoExtTool. Knowing if a given tool is a GoExtTool or not is not intuitive, so this function helps to determine it.
| tool | GoTool object. |