ITargetControlVariablesArray

Assembly: Cp;

Namespace: Prognoz.Platform.Interop.Cp;

Description

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

Inheritance hierarchy

          ITargetControlVariablesArray

Comments

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

Properties

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

Methods

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

See also:

Cp Assembly Interfaces