Write/Read |
About Marker Readout |
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 |
Return Type |
Boolean |
Default |
True |
Examples |
win.MarkerReadout = True 'Write State = app.ActiveNAWindow.MarkerReadout 'Read |
C++ Syntax |
HRESULT get_MarkerReadout(VARIANT_BOOL *pVal) |
Interface |
INAWindow |