|
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.248-beta
Syntaxpublic void Set(
int index,
Object value
)
Public Sub Set (
index As Integer,
value As Object
)
public:
void Set(
int index,
Object^ value
)
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