Gocator API
kBool GoTool_IsGoExtTool ( GoTool  tool)

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.

Version
Introduced in firmware 6.4.39.2
Parameters
toolGoTool object.
Returns
kTRUE if the given tool is a GoExtTool or a subclass of it. kFALSE if it's a different kind of tool.