MachineLibrary.machineAtURL Method

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

Description

Get a specific machine by the given URL. Returns null, if the URL does not exist.

Syntax

"machineLibrary_var" is a variable referencing a MachineLibrary object.
returnValue = machineLibrary_var.machineAtURL(url)
"machineLibrary_var" is a variable referencing a MachineLibrary object.

#include <Cam/Machine/MachineLibrary.h>

returnValue = machineLibrary_var->machineAtURL(url);

Return Value

Type Description
Machine Returns the machine for a valid URL, returns null otherwise.

Parameters

Name Type Description
url URL The URL to the machine to be loaded.

Version

Introduced in version April 2023