Description
Current detic latitude (radians), detic longitude (radians), and altitude (meters) returned as an array representing lat, lon, alt. Useful for scripting clients.
Syntax
| [Visual Basic .NET] |
|---|
Public Function LatLonAlt_Array() As System.Array
|
| [C#] |
|---|
public System.Array LatLonAlt_Array();
|
| [Managed C++] |
|---|
public: System::Array LatLonAlt_Array();
|
| [Unmanaged C++] |
|---|
public: HRESULT LatLonAlt_Array(
SAFEARRAY * * pArray
);
|
| [Java] |
|---|
public AgSafeArray latLonAlt_Array();
|
Return Type
An array containing the current detic position
See Also