|
ScalarElementSet 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(
Object value
)
Public Sub Set (
value As Object
)
public:
void Set(
Object^ value
)
member Set :
value : Object -> unit
View SourceParameters
- value Object
- The new value to be stored.
See Also