CAMLibrary.childAssetURLs Method

Parent Object: CAMLibrary
Defined in namespace "adsk::cam" and the header file is <Cam/Global/CAMLibrary.h>

Description

Get all assets under given URL.

Syntax

"cAMLibrary_var" is a variable referencing a CAMLibrary object.
returnValue = cAMLibrary_var.childAssetURLs(url)
"cAMLibrary_var" is a variable referencing a CAMLibrary object.

#include <Cam/Global/CAMLibrary.h>

returnValue = cAMLibrary_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