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