Read-only | 
 
  | 
Description | 
 Returns the domain (frequency,time, power, phase) of the measurement. To understand how this property is useful, see IMeasurement2 Interface.  | 
VB Syntax | 
 value = meas.Domain  | 
Variable | 
(Type) - Description | 
| 
 value  | 
 (Enum as NADomainType) - variable to store the returned value 0 - naDomainFrequency 1 - naDomainTime 2 - naDomainPower 4 - naDomainPhase  | 
| 
 meas  | 
 A Measurement (object)  | 
Return Type | 
 Enum as NADomainType  | 
Default | 
 Not Applicable  | 
Examples | 
 Print meas.Domain 'prints the value of the domain enum  | 
C++ Syntax | 
 HRESULT get_Domain(tagNADomainType * Val);  | 
Interface | 
 IMeasurement2  |