Access and manipulate the collection of SP3
files. You can add multiple files to a single satellite object and
- if there are no gaps between the files - the whole ephemeris will
be propagated in sequence.
Read-only property
[Visual Basic .NET] |
---|
Public Property Files() As IAgVePropagatorSP3FileCollection
|
[C#] |
---|
public IAgVePropagatorSP3FileCollection Files {get;}
|
[Managed C++] |
---|
public: __property IAgVePropagatorSP3FileCollection^ get_Files();
|
[Unmanaged C++] |
---|
public: HRESULT get_Files(
|
[Java] |
---|
public IAgVePropagatorSP3FileCollection getFiles();
|