Write/Read
About Coupled Markers

CoupledMarkers Property


Description

Sets and Reads the state of Coupled Markers (ON and OFF).

See also: CoupledMarkersMethod Property

 VB Syntax

app.CoupledMarkers = state

Variable

(Type) - Description

app

An Application (object)

state

(boolean)
False (0)
- Turns Coupled Markers OFF

True (1) - Turns Coupled Markers ON

Return Type

Boolean
False
- OFF

True - ON

Default

False

Examples

app.CoupledMarkers = True 'Write

coupl = app.CoupledMarkers 'Read

C++ Syntax

HRESULT put_CoupledMarkers(VARIANT_BOOL bState)
HRESULT get_CoupledMarkers(VARIANT_BOOL *bState)

Interface

IApplication