Write/Read
About Marker Readout

MarkerReadout Property


Description

Enables or disables the readout of markers in the window. To show the marker on the screen use ShowMarkerReadout Method.

 VB Syntax

win.MarkerReadout = state

Variable

(Type) - Description

win

A NAWindow (object)

state

(boolean)

True  - enables marker readout
False
- disables marker readout

Return Type

Boolean

Default

True

Examples

win.MarkerReadout = True 'Write

State = app.ActiveNAWindow.MarkerReadout 'Read

C++ Syntax

HRESULT get_MarkerReadout(VARIANT_BOOL *pVal)
HRESULT put_MarkerReadout(VARIANT_BOOL newVal)

Interface

INAWindow