OptimisationGoalProcessingStepsList
A list of OptimisationGoalProcessingSteps items.
Usage locations
The OptimisationGoalProcessingStepsList object can be accessed from the following locations:
- Properties
- OptimisationGoal object has property ProcessingSteps.
- SParameterOptimisationGoal object has property ProcessingSteps.
- FarFieldOptimisationGoal object has property ProcessingSteps.
- ImpedanceOptimisationGoal object has property ProcessingSteps.
- NearFieldOptimisationGoal object has property ProcessingSteps.
- PowerOptimisationGoal object has property ProcessingSteps.
- ReceivingAntennaOptimisationGoal object has property ProcessingSteps.
- SAROptimisationGoal object has property ProcessingSteps.
- TransmissionReflectionOptimisationGoal object has property ProcessingSteps.
Method List
- Append ()
- Appends a new item to the list. (Returns a OptimisationGoalProcessingSteps object.)
- Clear ()
- Clears the list.
- Count ()
- Returns the number of items in the list. (Returns a number object.)
- Get (index number)
- Returns the item at the given index. Indexing starts at 1. (Returns a OptimisationGoalProcessingSteps object.)
- Remove (index number)
- Removes an item from the list.
Method Details
- Append ()
- Appends a new item to the list.
- Return
- OptimisationGoalProcessingSteps
- The new value that was appended to the list.
- Clear ()
- Clears the list.
- Count ()
- Returns the number of items in the list.
- Return
- number
- The number of items in the list.
- Get (index number)
- Returns the item at the given index. Indexing starts at 1.
- Input Parameters
- index(number)
- The index of the item to return.
- Return
- OptimisationGoalProcessingSteps
- The value at the given index.
- Remove (index number)
- Removes an item from the list.
- Input Parameters
- index(number)
- The index of the item to remove.