CurveSelections.remove Method
Parent Object: CurveSelectionsDefined in namespace "adsk::cam" and the header file is <Cam/GeometrySelections/CurveSelections.h>
Description
Function that removes the specified curve selection object using an index in the collection.
Syntax
"curveSelections_var" is a variable referencing a CurveSelections object.
|
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. |