AGI STK Util 11 Send comments on this topic.
AssignGeocentric 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 Geocentric representation.

Syntax

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

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

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

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

[Unmanaged C++]
public: HRESULT AssignGeocentric(
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