ToolLibraries.displayName Method
Parent Object:
ToolLibrariesDefined in namespace "adsk::cam" and the header file is <Cam/Tools/ToolLibraries.h>
Description
Get the localized display name for a given URL. The URL must point to a folder.
Syntax
"toolLibraries_var" is a variable referencing a ToolLibraries object.returnValue = toolLibraries_var.displayName(url)
|
"toolLibraries_var" is a variable referencing a ToolLibraries object.
#include <Cam/Tools/ToolLibraries.h>
returnValue = toolLibraries_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