public string MetricToString(Message_MetricType theType) { throw new NotImplementedException(); }
public bool MetricFromString(string theString, ref Message_MetricType theType) { throw new NotImplementedException(); }
public void SetActiveMetric(Message_MetricType theMetricType, bool theActivate) { throw new NotImplementedException(); }
public void SetStopValue(ref Message_MetricType theMetric, double theValue) { throw new NotImplementedException(); }
public double StopValue(ref Message_MetricType theMetric) { throw new NotImplementedException(); }
public bool IsMetricValid(ref Message_MetricType theMetric) { throw new NotImplementedException(); }