|
ImmediateMeasurementsAddTaggedMeasurement Method
|
Associates a new measurement ID with a tag, creating the new tag if needed.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.249-beta
SyntaxPublic Sub AddTaggedMeasurement (
tag As String,
id As MeasurementKey
)
member AddTaggedMeasurement :
tag : string *
id : MeasurementKey -> unit
function AddTaggedMeasurement(tag, id);
View SourceParameters
- tag String
- A String to represent the key.
- id MeasurementKey
- A Guid ID to associate with the tag.
RemarksAllows you to define "grouped" points so you can aggregate certain measurements.
See Also