Write-only |
About Display Formatting |
Description |
Shows and Hides the Marker readout for the active marker in the upper-right corner of the window. |
VB Syntax |
win.ShowMarkerReadout state |
Variable |
(Type) - Description |
win |
A NAWindow (object) |
state |
(boolean) - |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
win.ShowMarkerReadout True |
C++ Syntax |
HRESULT ShowMarkerReadout(VARIANT_BOOL bState) |
Interface |
INAWindow |