ITargetPhaseVariablesArray

Assembly: Cp;

Description

The ITargetPhaseVariablesArray interface is used to work with the phase variables collection.

Inheritance Hierarchy

          ITargetPhaseVariablesArray

Comments

To get the collection of phase variables, use the ICpTargetAdjustment.PhaseVariables property.

Properties

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

Methods

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

See also:

Cp Assembly Interfaces