ToolLibraries.createQuery Method

Parent Object: ToolLibraries
Defined 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

Type Description
ToolQuery Returns a new ToolQuery. The query is predefined by given parameter.

Parameters

Name Type Description
location LibraryLocations The location specifies the LibraryLocations where to search.

Version

Introduced in version April 2023