IMeasurementExtensionsGetSignalTypeID(IMeasurement, DataSet, Int32) Method
Gets the signal type ID for the given measurement as queried from the database.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.171 -- Release Build+3ecaf8b66f8331a5e50f9e43ac234abd50096934
Gemstone.Timeseries.IMeasurementExtensions.GetSignalTypeID = function(measurement, dataSource, defaultSignalTypeID);
- measurement IMeasurement
- IMeasurement to obtain signal type for.
- dataSource DataSet
- DataSet that contains measurement metadata.
- defaultSignalTypeID Int32
- Default signal type ID to use if lookup fails.
Int32Signal type ID for the given
measurement if found in database; otherwise,
defaultSignalTypeID.In Visual Basic and C#, you can call this method as an instance method on any object of type
IMeasurement. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).