Installation manual

BASE STATION COLLECTION OBJECT
51
4
METHOD CLEAR
PURPOSE
Clears the collection.
DESCRIPTION
This method removes all the base stations from the collection.
IDL
[id(5), helpstring("method Clear")] HRESULT Clear();
INPUT PARAMETERS
None
OUTPUT VALUE
None
EXAMPLE
...
‘ Remove all base stations from the collection
RFNCCTL.Satellites.Clear
...