AGI STK Objects 11Send comments on this topic.
AssignGeodetic Method (IAgLLAPosition)
See Also 
Lat
Lon
Alt
Windows






Windows & Linux

Description

Helper method to assign the position using geodetic representation. Lat uses Latitude Dimension. Lon Uses Longitude Dimension. Alt uses Distance Dimension

Syntax

[Visual Basic .NET]
Public Sub AssignGeodetic( _
   ByVal Lat As Double, _
   ByVal Lon As Double, _
   ByVal Alt As Double _
) 
[C#]
public void AssignGeodetic(
   double Lat,
   double Lon,
   double Alt
);
[Managed C++]
public: void AssignGeodetic(
   double Lat,
   double Lon,
   double Alt
);
[Java]
public  assignGeodetic(
   double Lat,
   double Lon,
   double Alt
);
[Unmanaged C++]
public: HRESULT AssignGeodetic(
   double Lat,
   double Lon,
   double Alt
);

Parameters

Lat
Lon
Alt

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.