Click or drag to resize

MeasurementMetadataChangeTagName Method

Creates a new instance of MeasurementMetadata using the provided tagName. All other fields remain the same.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public MeasurementMetadata ChangeTagName(
	string tagName
)
View Source

Parameters

tagName  String
The tag name to set.

Return Value

MeasurementMetadata
New instance of MeasurementMetadata using the provided tagName.
See Also