ArrangeSelections.remove Method

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

Description

Function that removes the specified arrange selection object using an index in the collection.

Syntax

"arrangeSelections_var" is a variable referencing an ArrangeSelections object.
returnValue = arrangeSelections_var.remove(index)
"arrangeSelections_var" is a variable referencing an ArrangeSelections object.

#include <Cam/GeometrySelections/ArrangeSelections.h>

returnValue = arrangeSelections_var->remove(index);

Parameters

Name Type Description
index uinteger The index of the item within the collection to remove. The first item in the collection has an index of 0.

Version

Introduced in version March 2024