MachineLibrary.childFolderURLs Method
Parent Object:
MachineLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Machine/MachineLibrary.h>
Description
Get all library folders under given URL.
Syntax
"machineLibrary_var" is a variable referencing a MachineLibrary object.returnValue = machineLibrary_var.childFolderURLs(url)
|
"machineLibrary_var" is a variable referencing a MachineLibrary object.
#include <Cam/Machine/MachineLibrary.h>
returnValue = machineLibrary_var->childFolderURLs(url);
|
Return Value
URL[] |
Returns list of folder URLs at given location. |
Parameters
url |
URL |
The URL to the parent folder. |
Version
Introduced in version April 2023