AGI STK Objects 11 Send comments on this topic.
CoordinateSystem Property (IAgVeEphemerisStkBinaryExportTool)
See Also 





Description

Whether the resulting data file should be in the Fixed, J2000, or Inertial coordinate system. If Earth or the Sun is the central body, the Inertial coordinate system is not an available option.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordinateSystem() As AgEStkEphemCoordinateSystem

[C#]
public AgEStkEphemCoordinateSystem CoordinateSystem {get; set;}

[Managed C++]
public: __property AgEStkEphemCoordinateSystem get_CoordinateSystem();
public: __property void set_CoordinateSystem(
AgEStkEphemCoordinateSystem
);

[Unmanaged C++]
public: HRESULT get_CoordinateSystem(
AgEStkEphemCoordinateSystem * pRetVal
);
public: HRESULT put_CoordinateSystem(
AgEStkEphemCoordinateSystem NewCoordinateSystem
);

[Java]
public AgEStkEphemCoordinateSystem getCoordinateSystem();public void setCoordinateSystem(
AgEStkEphemCoordinateSystem
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1