STK ObjectsSend 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 ** ppVal
);
[Java]
public IAgVePropagatorSP3FileCollection getFiles();
[Python - STK API ]
@property
def Files(self) -> "IAgVePropagatorSP3FileCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.