ArrangeSelections.item Method
Parent Object:
ArrangeSelectionsDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/ArrangeSelections.h>
Description
Function that returns the specified arrange selection object using an index into the collection.
Syntax
"arrangeSelections_var" is a variable referencing an ArrangeSelections object.returnValue = arrangeSelections_var.item(index)
|
"arrangeSelections_var" is a variable referencing an ArrangeSelections object.
#include <Cam/GeometrySelections/ArrangeSelections.h>
returnValue = arrangeSelections_var->item(index);
|
Return Value
ArrangeSelection |
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 March 2024