Specifies the data retrieval mode for the specified Pen.
Syntax
object.HistoricalSampleType [= enumHTRMode]
Properties
The HistoricalSampleType property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumHTRMode |
The data retrieval mode. |
Settings
The settings for enumHTRMode are:
Constant |
Value |
Description |
Sample |
0 |
Sample. |
High |
1 |
High. |
Low |
2 |
Low. |
Average |
3 |
Average. |
Interpolated |
4 |
Interpolated. |