Write-only
About Display Formatting

ShowMarkerReadout Method


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) -
True (1)
- Show the Marker readout
False (0)
- Hide the Marker readout

Return Type

Not Applicable

Default

Not Applicable

Examples

win.ShowMarkerReadout True

C++ Syntax

HRESULT ShowMarkerReadout(VARIANT_BOOL bState)

Interface

INAWindow