PrintSettingLibrary.childFolderURLs Method
Parent Object:
PrintSettingLibraryDefined in namespace "adsk::cam" and the header file is <Cam/PrintSetting/PrintSettingLibrary.h>
Description
Get all library folders under given URL.
Syntax
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.returnValue = printSettingLibrary_var.childFolderURLs(url)
|
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.
#include <Cam/PrintSetting/PrintSettingLibrary.h>
returnValue = printSettingLibrary_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