InterpolationType Property (HistoryQueryResult)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets a value used to determine which analog value to return at a given cycle boundary.
'Declaration
Public Property InterpolationType As String
'Usage
Dim instance As HistoryQueryResult
Dim value As String
instance.InterpolationType = value
value = instance.InterpolationType
public string InterpolationType {get; set;}