Read-Write |
About FOM |
Description |
Sets and returns the multiplier value to be used when coupling this range to the primary range. Learn more about multiplier value. This setting is valid only if this range is coupled to the primary range. |
VB Syntax |
FOMRange.Multiplier = value |
Variable |
(Type) - Description |
object |
An FOMRange (object) |
value |
(Double) - Multiplier value.-(Unitless) |
Return Type |
Double |
Default |
1 |
Examples |
fomRange.Multiplier = 2 'Write |
Mult = fomRange.Multiplier 'Read |
|
C++ Syntax |
HRESULT get_Multiplier(double *pVal) |
Interface |
IFOMRange |