Write/Read |
About Active Match |
Description |
Set and read the X-axis domain type. |
VB Syntax |
HotS22.DisplayDomain = value |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
value |
(Enum as NAAxisDomainType) - Choose from:
|
Return Type |
Enum |
Default |
naAxisFrequency |
Examples |
HotS22.DisplayDomain = naAxisFrequency 'Write |
value = HotS22.DisplayDomain 'Read |
|
C++ Syntax |
HRESULT get_DisplayDomain(tagNAAxisDomainType* value) |
Interface |
IActiveChannelSettings |