Read-only |
About FOM |
Description |
Returns the number of ranges that are available in the VNA. To see the range names, query the Name property of each range in the FOM collection. |
VB Syntax |
value = FOM.RangeCount |
Variable |
(Type) - Description |
object |
An FOM (collection object) |
value |
(long) - Variable to store the returned number of ranges. |
Return Type |
Long Integer |
Default |
Not Applicable |
Examples |
NumRanges = fom.RangeCount 'Read |
C++ Syntax |
HRESULT get_RangeCount(long *count) |
Interface |
IFOM |