Share

PostConfigurationQuery.location Property

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

Description

The location specifies the location to search in the post library. Setting the location clears any previous specified URL.

Syntax

"postConfigurationQuery_var" is a variable referencing a PostConfigurationQuery object.

# Get the value of the property.
propertyValue = postConfigurationQuery_var.location

# Set the value of the property.
postConfigurationQuery_var.location = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?