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

Syntax

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

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

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

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

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

Parameters

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface