| 
            
              VectorElementSetGuid Method
             | 
          
        
        
            Sets the value in this vector as a globally unique identifier.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic void SetGuid(
	int index,
	Guid value
)
Public Sub SetGuid ( 
	index As Integer,
	value As Guid
)
public:
void SetGuid(
	int index, 
	Guid value
)
member SetGuid : 
        index : int * 
        value : Guid -> unit function SetGuid(index, value);
 View SourceParameters
- index  Int32
 - The index of the value.
 - value  Guid
 - The new value as a globally unique identifier.
 
See Also