CAMLibraryManager.localMachineFolder Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Gets the absolute path to the folder containing local machines. Local Machines appear in machine library under the local tab.

Remarks

This property has been retired. Please use the machine library to access machines instead.

Syntax

"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.

# Get the value of the property.
propertyValue = cAMLibraryManager_var.localMachineFolder
"cAMLibraryManager_var" is a variable referencing a CAMLibraryManager object.
#include <Cam/Global/CAMLibraryManager.h>

// Get the value of the property.
string propertyValue = cAMLibraryManager_var->localMachineFolder();

Property Value

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

Version

Introduced in version April 2023
Retired in version March 2023