CAMFolders.item Method
Parent Object:
CAMFoldersDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMFolders.h>
Description
Function that returns the specified folder using an index into the collection.
Syntax
"cAMFolders_var" is a variable referencing a CAMFolders object.returnValue = cAMFolders_var.item(index)
|
"cAMFolders_var" is a variable referencing a CAMFolders object.
#include <Cam/CAM/CAMFolders.h>
returnValue = cAMFolders_var->item(index);
|
Return Value
CAMFolder |
Returns the specified item or null if an invalid index was specified. |
Parameters
index |
uinteger |
The index of the item within the collection to return. The first item in the collection has an index of 0. |
Version
Introduced in version January 2016