AGI AgAsHpopPlugin 11 Send comments on this topic.
LatLonAlt Method (IAgAsLightReflectionResult)
See Also 
Latitude
Longitude
Altitude





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
);

[Java]
public  latLonAlt(
double Latitude,
double Longitude,
double Altitude
);

[Unmanaged C++]
public: HRESULT LatLonAlt(
double * Latitude,
double * Longitude,
double * Altitude
);

Parameters

Latitude
Longitude
Altitude

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1