ITargetControlVariablesArray

Assembly: Cp;

Description

The ITargetControlVariablesArray interface is used to work with the collection of controlling variables.

Inheritance Hierarchy

          ITargetControlVariablesArray

Comments

To get the collection of controlling variables, use the ICpTargetAdjustment.ControlVariables property.

Properties

  Property name Brief description
Count The Count property returns the number of controlling variables in the collection.
Item The Item property returns the specified controlling variable from the collection.

Methods

  Method name Brief description
Add The Add method adds a controlling variable to the collection.
Clear The Clear method clears the controlling variables collection.
FindById The FindById method searches for controlling variable with the specified identifier in the collection.
Remove The Remove method removes the controlling variable with the specified index from the collection.
RemoveById The RemoveById method removes the controlling variable with the specified identifier from the collection.

See also:

Cp Assembly Interfaces