Share

CAMArrangeParameterValue.getArrangeSelections Method

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

Description

Get the values of the parameter as a collection of CadObjects, which currently consist of occurrences.

Syntax

"cAMArrangeParameterValue_var" is a variable referencing a CAMArrangeParameterValue object.
returnValue = cAMArrangeParameterValue_var.getArrangeSelections()

Return Value

Type Description
ArrangeSelections Returns current ArrangeSelections of the value.

Version

Introduced in version March 2024

Was this information helpful?