InterpolationType Property (HistoryQueryArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the type of interpolation for the query.
'Declaration
Public Property InterpolationType As HistorianInterpolationType
'Usage
Dim instance As HistoryQueryArgs
Dim value As HistorianInterpolationType
instance.InterpolationType = value
value = instance.InterpolationType
public HistorianInterpolationType InterpolationType {get; set;}
public:
property HistorianInterpolationType InterpolationType {
HistorianInterpolationType get();
void set ( HistorianInterpolationType value);
}
Property Value
The object of HistorianInterpolationType, which contains several properties to determine which analog value to return at a given cycle boundary. The default is the system default interpolation type.