|   | VectorElementGet Method | 
        
        
            Gets the value at the given index as the physical type defined
            by 
TypeOfValue and returns it as a generic
            
Object.
            
 GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic Object Get(
	int index
)
Public Function Get ( 
	index As Integer
) As Object
public:
Object^ Get(
	int index
)
member Get : 
        index : int -> Object Parameters
- index  Int32
- The index of the value to be retrieved.
Return Value
ObjectThe value that was retrieved from the vector.
 See Also
See Also