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++] |
---|
public: HRESULT QueryPlanetocentricArray( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray queryPlanetocentricArray(); |