Share

MachineQuery.location Property

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

Description

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

Syntax

"machineQuery_var" is a variable referencing a MachineQuery object.

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

# Set the value of the property.
machineQuery_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?