This method is similar to QueryPlanetocentric but can be used by earlybound(c#, vb.net...) and latebound(scripting languages) clients. The array returns the values in the order Latitude(index 0), Longitude(index 1) and Altitude(index 2).
| [Visual Basic .NET] |
|---|
Public Function QueryPlanetocentricArray() As System.Array |
| [C#] |
|---|
public System.Array QueryPlanetocentricArray(); |
| [Managed C++] |
|---|
public: System::Array QueryPlanetocentricArray(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgSafeArray queryPlanetocentricArray(); |






