Description
If overriding the times contained in the
external file, specify the time of the first ephemeris point.
Property type
Read-only property
Syntax
[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();
|
See Also