AGI STK Objects 11Send comments on this topic.
EphemerisFormat Property (IAgVeEphemerisCCSDSExportTool)
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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.