|   | VectorElementSet Method | 
        
                        
            Sets the value at the given index as the physical type defined by 
TypeOfValue.
            
 GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void Set(
	int index,
	Object value
)
Public Sub Set ( 
	index As Integer,
	value As Object
)
public:
void Set(
	int index, 
	Object^ value
)
member Set : 
        index : int * 
        value : Object -> unit function Set(index, value);
Parameters
- index  Int32
- The index of the value.
- value  Object
- The new value to be stored.
 See Also
See Also