|
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.207-beta
Syntax public void SetGuid(
int index,
Guid value
)
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