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