Assembly: Cp;
Namespace: Prognoz.Platform.Interop.Cp;
The ITargetPhaseVariablesArray interface is used to work with the phase variables collection.
ITargetPhaseVariablesArray
To get the collection of phase variables, use the ICpTargetAdjustment.PhaseVariables property.
Property name | Brief description | |
The Count property returns the number of phase variables in the collection. | ||
The Item property returns the set phase variable in the collection. |
Method name | Brief description | |
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: