MachineFromLibraryInput.url Property

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

Description

The URL path to the library machine.

Syntax

"machineFromLibraryInput_var" is a variable referencing a MachineFromLibraryInput object.

# Get the value of the property.
propertyValue = machineFromLibraryInput_var.url
"machineFromLibraryInput_var" is a variable referencing a MachineFromLibraryInput object.
#include <Cam/Machine/MachineFromLibraryInput.h>

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

Property Value

This is a read only property whose value is a URL.

Version

Introduced in version April 2023