PrintSettingQuery.url Property

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

Description

The URL specifies the location and folder to search for in the PrintSetting library. Setting the URL updates the location.

Syntax

"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.

# Get the value of the property.
propertyValue = printSettingQuery_var.url

# Set the value of the property.
printSettingQuery_var.url = propertyValue
"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.
#include <Cam/PrintSetting/PrintSettingQuery.h>

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

// Set the value of the property, where value_var is a URL.
bool returnValue = printSettingQuery_var->url(value_var);

Property Value

This is a read/write property whose value is a URL.

Version

Introduced in version April 2023