AGI STK Util 11Send 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
);
[Java]
public  queryCylindrical(
   double Radius,
   Variant Lon,
   double Z
);
[Unmanaged C++]
public: HRESULT QueryCylindrical(
   double * Radius,
   VARIANT * Lon,
   double * Z
);

Parameters

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.