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