| Read-only | About Swept IMD | 
| Description | Returns the highest order product that can be measured by SweptIMD. | 
| VB Syntax | value = imd.HighestOrderProduct | 
| Variable | (Type) - Description | 
| value | (Long Integer) Variable in which to store the returned value. | 
| imd | A SweptIMD Object | 
| Return Type | Integer | 
| Default | Always returns 9 | 
| Examples | value = imd.HighestOrderProduct 'Read | 
| C++ Syntax | HRESULT get_HighestOrderProduct(long *pVal) | 
| Interface | ISweptIMD |