AGI STK Objects 11 Send comments on this topic.
EphemerisFormat Property (IAgVeEphemerisCCSDSExportTool)
See Also 





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 * pRetVal
);
public: HRESULT put_EphemerisFormat(
AgECCSDSEphemFormat NewEphemerisFormat
);

[Java]
public AgECCSDSEphemFormat getEphemerisFormat();public void setEphemerisFormat(
AgECCSDSEphemFormat
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1