STK AgAsHpopPluginSend comments on this topic.
LatLonAlt Method (IAgAsLightReflectionResultEval)
See Also
Latitude
Longitude
Altitude
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
Longitude
Altitude

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.