The desired format to be used for representing the position and velocity information as either scientific notation or floating point notation. Scientific notation is recommended when possible.
Read-write property
[Visual Basic .NET] |
---|
Public Property EphemerisFormat() As AgECCSDSEphemFormat |
[C#] |
---|
public AgECCSDSEphemFormat EphemerisFormat {get; set;} |
[Managed C++] |
---|
public: __property AgECCSDSEphemFormat get_EphemerisFormat(); |
[Unmanaged C++] |
---|
public: HRESULT get_EphemerisFormat( AgECCSDSEphemFormat * pVal ); public: HRESULT put_EphemerisFormat( AgECCSDSEphemFormat EphemFormat ); |
[Java] |
---|
public AgECCSDSEphemFormat getEphemerisFormat(); public void setEphemerisFormat( AgECCSDSEphemFormat ); |