TagInterpolationType Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Property TagInterpolationType As HistorianInterpolationType
'Usage
Dim instance As HistorianTag
Dim value As HistorianInterpolationType
instance.TagInterpolationType = value
value = instance.TagInterpolationType
public HistorianInterpolationType TagInterpolationType {get; set;}
public:
property HistorianInterpolationType TagInterpolationType {
HistorianInterpolationType get();
void set ( HistorianInterpolationType value);
}