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





Description

Helper method to assign the position using the Planetocentric representation

Syntax

[Visual Basic .NET]
Public Sub AssignPlanetocentric( _
   ByVal Lat As System.Object, _
   ByVal Lon As System.Object, _
   ByVal Alt As Double _
) 

[C#]
public void AssignPlanetocentric(
System.Object Lat,
System.Object Lon,
double Alt
);

[Managed C++]
public: void AssignPlanetocentric(
VARIANT Lat,
VARIANT Lon,
double Alt
);

[Java]
public  assignPlanetocentric(
Variant Lat,
Variant Lon,
double Alt
);

[Unmanaged C++]
public: HRESULT AssignPlanetocentric(
VARIANT Lat,
VARIANT Lon,
double Alt
);

Parameters

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1