|   | VectorElementSetUInt1 Method | 
        
        
            Sets a value in this vector as an 8-bit unsigned integer.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void SetUInt1(
	int index,
	byte value
)
Public Sub SetUInt1 ( 
	index As Integer,
	value As Byte
)
public:
void SetUInt1(
	int index, 
	unsigned char value
)
member SetUInt1 : 
        index : int * 
        value : byte -> unit function SetUInt1(index, value);
Parameters
- index  Int32
- The index of the value.
- value  Byte
- The new value of an 8-bit unsigned integer.
 See Also
See Also