DocumentToolLibrary.createQuery Method
Parent Object: DocumentToolLibraryDefined 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.
|
Return Value
Type | Description |
ToolQuery | Returns a new ToolQuery. The query is predefined by given parameter. |