Read-Write |
About FOM |
Description |
Sets and returns the state of coupling (ON or OFF) of this range to the primary range. |
VB Syntax |
FOMRange.Coupled = value |
Variable |
(Type) - Description |
object |
An FOMRange (object) |
value |
(boolean) - State of coupling. True - Couple range to primary range. False - Do NOT couple to primary range. |
Return Type |
Boolean |
Default |
True |
Examples |
fomRange.Coupled = False 'this range is NOT coupled to the primary range. |
coupl = fomRange.Coupled 'Read |
|
C++ Syntax |
HRESULT get_Coupled(VARIANT_BOOL *pVal) |
Interface |
IFOMRange |