STK UtilSend 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
);
[Unmanaged C++]
public: HRESULT AssignPlanetodetic(
    VARIANT Lat,
    VARIANT Lon,
    double Alt
);
[Java]
public void assignPlanetodetic(
    AgVariant Lat,
    AgVariant Lon,
    double Alt
);
[Python - STK API ]
def AssignPlanetodetic(self, Lat:typing.Any, Lon:typing.Any, Alt:float) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.