Cp > Cp Assembly Interfaces > ITargetControlVariablesArray
Assembly: Cp;
Namespace: Prognoz.Platform.Interop.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 | |
![]() |
The Count property returns the number of controlling variables in the collection. | |
![]() |
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. |
![]() |
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. |
![]() |
The RemoveById method removes the controlling variable with the specified identifier from the collection. |
See also: