Write/Read |
About Limit Lines |
Description |
Set and return whether Coupled Markers is set to Channel or All after Preset. Learn more about Coupled Markers. Refer also to CoupledMarkers Property and MarkCoupPresetIsOn. |
VB Syntax |
pref.MarkCoupMethPresetIsChan = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Boolean) - Choose from: True - Marker Coupling Method is set to Channel after Preset. False - Marker Coupling Method is set to ALL after Preset. |
Return Type |
Boolean |
Default |
False |
Examples |
pref.MarkCoupMethPresetIsChan = True 'Write |
value = pref.MarkCoupMethPresetIsChan 'Read |
|
C++ Syntax |
HRESULT get_MarkCoupMethPresetIsChan (VARIANT_BOOL* preference); HRESULT put_MarkCoupMethPresetIsChan (VARIANT_BOOL val) |
Interface |
IPreferences15 |