PostConfigurationQuery.url Property
Parent Object:
PostConfigurationQueryDefined in namespace "adsk::cam" and the header file is <Cam/Post/PostConfigurationQuery.h>
Description
The URL specifies the location and folder to search for in the post library. Setting the URL updates the location.
Syntax
"postConfigurationQuery_var" is a variable referencing a PostConfigurationQuery object.
# Get the value of the property. propertyValue = postConfigurationQuery_var.url
# Set the value of the property. postConfigurationQuery_var.url = propertyValue
|
"postConfigurationQuery_var" is a variable referencing a PostConfigurationQuery object.
#include <Cam/Post/PostConfigurationQuery.h>
// Get the value of the property. Ptr<URL> propertyValue = postConfigurationQuery_var->url();
// Set the value of the property, where value_var is a URL. bool returnValue = postConfigurationQuery_var->url(value_var);
|
Property Value
This is a read/write property whose value is a
URL.
Version
Introduced in version April 2023