PrintSettingQuery.location Property
Parent Object:
PrintSettingQueryDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSettingQuery.h>
Description
The location specifies the location to search in the PrintSetting library. Setting the location clears any previous specified URL.
Syntax
"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.
# Get the value of the property. propertyValue = printSettingQuery_var.location
# Set the value of the property. printSettingQuery_var.location = propertyValue
|
"printSettingQuery_var" is a variable referencing a PrintSettingQuery object.
#include <Cam/PrintSetting/PrintSettingQuery.h>
// Get the value of the property. LibraryLocations propertyValue = printSettingQuery_var->location();
// Set the value of the property, where value_var is a LibraryLocations. bool returnValue = printSettingQuery_var->location(value_var);
|
Property Value
This is a read/write property whose value is a
LibraryLocations.
Version
Introduced in version April 2023