DocumentToolLibrary.createQuery Method

Parent Object: DocumentToolLibrary
Defined in namespace "adsk::cam" and the header file is <Cam/Tools/DocumentToolLibrary.h>

Description

Creates a new ToolQuery that is used to query the library for tools matching the query.

Syntax

"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.
returnValue = documentToolLibrary_var.createQuery()
"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.

#include <Cam/Tools/DocumentToolLibrary.h>

returnValue = documentToolLibrary_var->createQuery();

Return Value

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

Version

Introduced in version April 2023