AGI STK Objects 11Send comments on this topic.
Files Property (IAgVePropagatorSP3)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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(
   IAgVePropagatorSP3FileCollection ** ppRetVal
);
[Java]
public IAgVePropagatorSP3FileCollection getFiles();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.