STK UtilSend comments on this topic.
QueryPlanetodeticArray Method (IAgPosition)
See Also
Windows





Windows & Linux

Description

This method is similar to QueryPlanetodetic 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).

Syntax

[Visual Basic .NET]
Public Function QueryPlanetodeticArray() As System.Array
[C#]
public System.Array QueryPlanetodeticArray();
[Managed C++]
public: System::Array QueryPlanetodeticArray();
[Unmanaged C++]
public: HRESULT QueryPlanetodeticArray(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray queryPlanetodeticArray();
[Python - STK API ]
def QueryPlanetodeticArray(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.