Returns the space result stored at a specified position index in a specified SpaceResult list.
      Declaration
tibas_status tibasSpaceResultList_Get(
    tibasSpaceResultList   resultList,
    tibasSpaceResult*      result,
    tibas_int              index)
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | resultList | 
                     The SpaceResultList object on which the function is invoked. | 
                  
                  
                     | result | 
                     The SpaceResult object returned by the function. | 
                  
                  
                     | index | 
                     The position index of the SpaceResult object to be returned by the function. | 
                  
               
            
 
 
      Remarks
Use the tibasSpaceResultList_Get() function to return the SpaceResult object at a specified index position in a specified SpaceResult list.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.