ToolLibraries.createQuery Method
Parent Object:
ToolLibrariesDefined in namespace "adsk::cam" and the header file is <Cam/Tools/ToolLibraries.h>
Description
Creates a new ToolQuery that is used to query the library for tools matching the query.
Syntax
"toolLibraries_var" is a variable referencing a ToolLibraries object.returnValue = toolLibraries_var.createQuery(location)
|
"toolLibraries_var" is a variable referencing a ToolLibraries object.
#include <Cam/Tools/ToolLibraries.h>
returnValue = toolLibraries_var->createQuery(location);
|
Return Value
ToolQuery |
Returns a new ToolQuery. The query is predefined by given parameter. |
Parameters
location |
LibraryLocations |
The location specifies the LibraryLocations where to search. |
Version
Introduced in version April 2023