SortTerminalStrips Method
                In This Topic
            
            Sorts terminal strips with one of the following sort methods specified by sortKind parameter: - Default, - Numeric, - AlphaNumeric, - Position, - ExtCable, - Bridges, - WriteSortIdToAll
            
            
            Syntax
            
        
            Parameters
- arrTerminalStrips
- Array of terminal strips to sort.
- sortKind
- Specifies sort method.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentNullException | NULL was passed as a parameter. | 
| ArgumentException | Invalid parameter passed. | 
| ApplicationException | The internal interface could not be created. | 
| BaseException | An error occurred while performing the action. Please refer to the exception message. | 
See Also