CAMTemplateLibrary.childFolderURLs Method

Parent Object: CAMTemplateLibrary
Defined 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

Type Description
URL[] Returns list of folder URLs at given location.

Parameters

Name Type Description
url URL The URL to the parent folder.

Version

Introduced in version April 2023