Click or drag to resize

VectorElementSetGuid Method

Sets the value in this vector as a globally unique identifier.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void SetGuid(
	int index,
	Guid value
)
View Source

Parameters

index  Int32
The index of the value.
value  Guid
The new value as a globally unique identifier.
See Also