MachineLibrary.displayName Method
Parent Object:
MachineLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineLibrary.h>
Description
Get the localized display name for a given URL. The URL must point to a folder.
Syntax
"machineLibrary_var" is a variable referencing a MachineLibrary object.returnValue = machineLibrary_var.displayName(url)
|
"machineLibrary_var" is a variable referencing a MachineLibrary object.
#include <Cam/Machine/MachineLibrary.h>
returnValue = machineLibrary_var->displayName(url);
|
Return Value
string |
Returns localized display name for the folder. Returns empty string for invalid URL. |
Parameters
url |
URL |
The URL that defines the path to a folder. |
Version
Introduced in version April 2023