STK ObjectsSend comments on this topic.
TimePeriod Property (IAgVeEphemerisCCSDSv2ExportTool)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.