Assembly: Cp;
The ITargetControlVariablesArray interface is used to work with the collection of controlling variables.
ITargetControlVariablesArray
To get the collection of controlling variables, use the ICpTargetAdjustment.ControlVariables property.
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. |
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: