AGI STK Util 11Send comments on this topic.
AssignPlanetodetic Method (IAgPosition)
See Also 
Lat
The Latitude value.
Lon
The Longitude value.
Alt
The Altitude value.
Windows






Windows & Linux

Description

Helper method to assign the position using the Planetodetic representation

Syntax

[Visual Basic .NET]
Public Sub AssignPlanetodetic( _
   ByVal Lat As System.Object, _
   ByVal Lon As System.Object, _
   ByVal Alt As Double _
) 
[C#]
public void AssignPlanetodetic(
   System.Object Lat,
   System.Object Lon,
   double Alt
);
[Managed C++]
public: void AssignPlanetodetic(
   VARIANT Lat,
   VARIANT Lon,
   double Alt
);
[Java]
public  assignPlanetodetic(
   Variant Lat,
   Variant Lon,
   double Alt
);
[Unmanaged C++]
public: HRESULT AssignPlanetodetic(
   VARIANT Lat,
   VARIANT Lon,
   double Alt
);

Parameters

Lat
The Latitude value.
Lon
The Longitude value.
Alt
The Altitude value.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.