If overriding the times contained in the external file, specify the time of the first ephemeris point.
Read-only property
[Visual Basic .NET] |
---|
Public Property EphemerisStartEpoch() As IAgCrdnEventSmartEpoch |
[C#] |
---|
public IAgCrdnEventSmartEpoch EphemerisStartEpoch {get;} |
[Managed C++] |
---|
public: __property IAgCrdnEventSmartEpoch ^ get_EphemerisStartEpoch(); |
[Unmanaged C++] |
---|
public: HRESULT get_EphemerisStartEpoch( IAgCrdnEventSmartEpoch ** ppRetVal ); |
[Java] |
---|
public IAgCrdnEventSmartEpoch getEphemerisStartEpoch(); |
[Python - STK API ] |
---|
@property def EphemerisStartEpoch(self) -> "IAgCrdnEventSmartEpoch": |