CAMParameters.item Method
Parent Object:
CAMParametersDefined in namespace "adsk::cam" and the header file is <Cam/Operations/CAMParameters.h>
Description
Function that returns the specified parameter using an index into the collection.
Syntax
"cAMParameters_var" is a variable referencing a CAMParameters object.returnValue = cAMParameters_var.item(index)
|
"cAMParameters_var" is a variable referencing a CAMParameters object.
#include <Cam/Operations/CAMParameters.h>
returnValue = cAMParameters_var->item(index);
|
Return Value
CAMParameter |
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 September 2020