Click or drag to resize

VectorElementSet Method

Sets the value at the given index as the physical type defined by TypeOfValue.

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

Parameters

index  Int32
The index of the value.
value  Object
The new value to be stored.
See Also