Operations.item Method
Parent Object:
OperationsDefined in namespace "adsk::cam" and the header file is <Cam/Operations/Operations.h>
Description
Function that returns the specified operation using an index into the collection.
Syntax
"operations_var" is a variable referencing an Operations object.returnValue = operations_var.item(index)
|
"operations_var" is a variable referencing an Operations object.
#include <Cam/Operations/Operations.h>
returnValue = operations_var->item(index);
|
Return Value
Operation |
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. |
Samples
Version
Introduced in version January 2016