CAMTemplateLibrary.childAssetURLs Method
Parent Object:
CAMTemplateLibraryDefined in namespace "adsk::cam" and the header file is <Cam/CAMTemplate/CAMTemplateLibrary.h>
Description
Get all assets under given URL.
Syntax
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.returnValue = cAMTemplateLibrary_var.childAssetURLs(url)
|
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.
#include <Cam/CAMTemplate/CAMTemplateLibrary.h>
returnValue = cAMTemplateLibrary_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