Description
Helper method to get the position using the Planetodetic representation
Syntax
[Visual Basic .NET] |
---|
Public Sub QueryPlanetodetic( _
ByRef Lat As System.Object, _
ByRef Lon As System.Object, _
ByRef Alt As Double _
) As
|
[C#] |
---|
public void QueryPlanetodetic(
ref System.Object Lat,
ref System.Object Lon,
ref double Alt
);
|
[Managed C++] |
---|
public: void QueryPlanetodetic(
VARIANT ^ Lat,
VARIANT ^ Lon,
double ^ Alt
);
|
[Java] |
---|
public void queryPlanetodetic(
VARIANT Lat,
VARIANT Lon,
double Alt
);
|
[Unmanaged C++] |
---|
public: HRESULT QueryPlanetodetic(
VARIANT * Lat,
VARIANT * Lon,
double * Alt
);
|
Parameters
See Also