Assembly: 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 | |
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. |
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: