Sets the time period. Options are Use Entire Ephemeris - STK creates a data file using the Start and Stop Time specified in the vehicle's Orbit tab or Specify Time Period - STK creates a data file using the Start and Stop Time specified here.
Read-only property
[Visual Basic .NET] |
---|
Public Property TimePeriod() As IAgExportToolTimePeriod |
[C#] |
---|
public IAgExportToolTimePeriod TimePeriod {get;} |
[Managed C++] |
---|
public: __property IAgExportToolTimePeriod ^ get_TimePeriod(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimePeriod( IAgExportToolTimePeriod ** ppVal ); |
[Java] |
---|
public IAgExportToolTimePeriod getTimePeriod(); |
[Python - STK API ] |
---|
@property def TimePeriod(self) -> "IAgExportToolTimePeriod": |