STK UtilSend comments on this topic.
QueryCylindrical Method (IAgPosition)
See Also
Radius
The Radius value.
Lon
The Longitude value.
Z
The Z value.
Windows





Windows & Linux

Description

Helper method to 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

Radius
The Radius value.
Lon
The Longitude value.
Z
The Z value.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.