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