CAMTemplateLibrary.childAssetURLs Method

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

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

Parameters

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

Version

Introduced in version April 2023