Returns the Op stored at a specified position index in an Op list.
      Declaration
tibas_status tibasOpList_Get
     (tibasOpList  opList,
      tibasOp*     op,
      tibas_int    index)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | opList | The OpList object on which the function is invoked. | 
                  
                     | op | The Op object returned by the function. | 
                  
                     | index | The position index of the Op object to be returned by the function. | 
               
            
Remarks
Use the tibasOpList_Get() function to return the operation that is a a specified index position in a specified opList.
Copyright © Cloud Software Group, Inc. All rights reserved.