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++] |
|---|
|
| [Java] |
|---|
public AgECCSDSEphemFormat getEphemerisFormat(); public void setEphemerisFormat( AgECCSDSEphemFormat ); |
[Python - STK API ] |
|---|
@property def EphemerisFormat(self) -> "AgECCSDSEphemFormat": @EphemerisFormat.setter def EphemerisFormat(self, EphemFormat:"AgECCSDSEphemFormat") -> None: |






