ToolQueryResult.toolLibraryURL Property

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

Description

The URL defines the location of the ToolLibrary asset in ToolLibraries.

Syntax

"toolQueryResult_var" is a variable referencing a ToolQueryResult object.

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

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

Property Value

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

Version

Introduced in version April 2023