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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1