Click or drag to resize

MeasurementKeyLookUpBySignalID Method

Looks up the measurement key associated with the given signal ID.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static MeasurementKey LookUpBySignalID(
	Guid signalID
)
View Source

Parameters

signalID  Guid
The signal ID of the measurement key.

Return Value

MeasurementKey
The measurement key associated with the given signal ID.
Remarks
If no measurement key is found with the given signal ID, this method returns Undefined.
See Also