Read-Write |
About FOM |
Description |
Sets and returns the offset value to be used when coupling this range to the primary range. This setting is valid only if the specified range is coupled to the primary range. |
VB Syntax |
FOMRange.Offset = value |
Variable |
(Type) - Description |
object |
An FOMRange (object) |
value |
(Double) - Offset value.-(Unitless) |
Return Type |
Double |
Default |
0 |
Examples |
fomRange.Offset = 1e9 'Write |
Offs = fomRange.Offset 'Read |
|
C++ Syntax |
HRESULT get_Offset(double *pVal) |
Interface |
IFOMRange |