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