  | IRecordBaseGetItem Method (Int32) | 
 
            Obtain an item at a specified index position.
            
 
    Namespace: 
   Mavidian.DataConveyer.Entities.KeyVal
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
SyntaxIItem GetItem(
	int index
)
Function GetItem ( 
	index As Integer
) As IItem
Parameters
- index
 - Type: SystemInt32
Index position of the item to obtain (0-based). 
Return Value
Type: 
IItemThe item at a specified index position or a void item if index is out of range.
See Also