ToolQueryResult.toolLibrary Property

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

Description

The ToolLibrary contains a Tool that matches the query.

Syntax

"toolQueryResult_var" is a variable referencing a ToolQueryResult object.

# Get the value of the property.
propertyValue = toolQueryResult_var.toolLibrary
"toolQueryResult_var" is a variable referencing a ToolQueryResult object.
#include <Cam/Tools/ToolQueryResult.h>

// Get the value of the property.
Ptr<ToolLibrary> propertyValue = toolQueryResult_var->toolLibrary();

Property Value

This is a read only property whose value is a ToolLibrary.

Version

Introduced in version April 2023