|
VectorElementSet Method
|
Sets the value at the given index as the physical type defined by
TypeOfValue.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax member Set :
index : int *
value : Object -> unit
function Set(index, value);
View SourceParameters
- index Int32
- The index of the value.
- value Object
- The new value to be stored.
See Also