|   | MeasurementKeyLookUpBySignalID Method | 
        
        
            Looks up the measurement key associated with the given signal ID.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
SyntaxPublic Shared Function LookUpBySignalID ( 
	signalID As Guid
) As MeasurementKey
GSF.TimeSeries.MeasurementKey.LookUpBySignalID = function(signalID);
Parameters
- signalID  Guid
- The signal ID of the measurement key.
Return Value
MeasurementKeyThe measurement key associated with the given signal ID.
 Remarks
Remarks
            If no measurement key is found with the given signal ID,
            this method returns 
Undefined.
            
 See Also
See Also