Description
Get the position using the Planetocentric representation.
Syntax
[Visual Basic .NET] |
---|
Public Sub QueryPlanetocentric( _
ByRef Lat As System.Object, _
ByRef Lon As System.Object, _
ByRef Alt As Double _
)
|
[C#] |
---|
public void QueryPlanetocentric(
ref System.Object Lat,
ref System.Object Lon,
ref double Alt
);
|
[Managed C++] |
---|
public: void QueryPlanetocentric(
VARIANT ^ Lat,
VARIANT ^ Lon,
double ^ Alt
);
|
[Unmanaged C++] |
---|
public: HRESULT QueryPlanetocentric(
VARIANT * Lat,
VARIANT * Lon,
double * Alt
);
|
[Python - STK API ] |
---|
def QueryPlanetocentric(self) -> typing.Tuple[typing.Any, typing.Any, float]:
|
Parameters
See Also