STK UtilSend 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 _
) As 
[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 void 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

© 2020 Analytical Graphics, Inc. All Rights Reserved.