STK AgAsHpopPluginSend comments on this topic.
LatLonAlt Method (IAgAsHpopPluginResult)
See Also
Latitude
Detic latitude of the current position
Longitude
Detic longitude of the current position
Altitude
Detic altitude of the current position
Windows





Windows & Linux

Description

Current detic latitude (radians), detic longitude (radians), and altitude (meters).

Syntax

[Visual Basic .NET]
Public Sub LatLonAlt( _
    ByRef Latitude As Double, _
    ByRef Longitude As Double, _
    ByRef Altitude As Double _
)
[C#]
public void LatLonAlt(
    ref double Latitude,
    ref double Longitude,
    ref double Altitude
);
[Managed C++]
public: void LatLonAlt(
    double ^ Latitude,
    double ^ Longitude,
    double ^ Altitude
);
[Unmanaged C++]
public: HRESULT LatLonAlt(
    double * Latitude,
    double * Longitude,
    double * Altitude
);

Parameters

Latitude
Detic latitude of the current position
Longitude
Detic longitude of the current position
Altitude
Detic altitude of the current position

See Also

© 2023 Analytical Graphics, Inc. All Rights Reserved.