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





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphemerisFormat() As AgECCSDSEphemFormat
[C#]
public AgECCSDSEphemFormat EphemerisFormat {get; set;}
[Managed C++]
public: __property AgECCSDSEphemFormat get_EphemerisFormat();
public: __property void set_EphemerisFormat( AgECCSDSEphemFormat );
[Unmanaged C++]
public: HRESULT get_EphemerisFormat(
    AgECCSDSEphemFormat * pVal
);
public: HRESULT put_EphemerisFormat(
    AgECCSDSEphemFormat EphemFormat
);
[Java]
public AgECCSDSEphemFormat getEphemerisFormat();
public void setEphemerisFormat(
    AgECCSDSEphemFormat
);
[Python - STK API ]
@property
def EphemerisFormat(self) -> "AgECCSDSEphemFormat":

@EphemerisFormat.setter
def EphemerisFormat(self, EphemFormat:"AgECCSDSEphemFormat") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.