Get all three spherical components of the DeltaV vector as an array (order Az, El, Mag; dimensions: Angle, Angle, SmallDistance/Time).
[Visual Basic .NET] |
---|
Public Function QuerySpherical() As System.Array |
[C#] |
---|
public System.Array QuerySpherical(); |
[Managed C++] |
---|
public: System::Array QuerySpherical(); |
[Unmanaged C++] |
---|
public: HRESULT QuerySpherical( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray querySpherical(); |