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