CurrentTagInterpolationType
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property determines the current tag’s interpolation type for data retrieval. This setting overrides the default setting specified at the application level if the CurrentTagRetrievalStyle property is set to an option other than Style selected at option level.
Syntax
aaHistClientTrend.CurrentTagInterpolationType = aaInterpolationType;
Result = aaHistClientTrend.CurrentTagInterpolationType;
Remarks
For information on possible values, see aaInterpolationType Enumeration. This property is only relevant for the following retrieval modes: Interpolated, Best Fit, Average, and Integral.
The default value is 3 (use the default value of the server).