AGI STK Util 11 Send comments on this topic.
QueryAzEl Method (IAgOrientation)
See Also 
Azimuth
Elevation
AboutBoresight





Description

Helper method to get orientation using the AzEl representation.

Syntax

[Visual Basic .NET]
Public Sub QueryAzEl( _
   ByRef Azimuth As System.Object, _
   ByRef Elevation As System.Object, _
   ByRef AboutBoresight As AgEAzElAboutBoresight _
) 

[C#]
public void QueryAzEl(
ref System.Object Azimuth,
ref System.Object Elevation,
ref AgEAzElAboutBoresight AboutBoresight
);

[Managed C++]
public: void QueryAzEl(
VARIANT ^ Azimuth,
VARIANT ^ Elevation,
AgEAzElAboutBoresight ^ AboutBoresight
);

[Java]
public  queryAzEl(
Variant Azimuth,
Variant Elevation,
AgEAzElAboutBoresight AboutBoresight
);

[Unmanaged C++]
public: HRESULT QueryAzEl(
VARIANT * Azimuth,
VARIANT * Elevation,
AgEAzElAboutBoresight * AboutBoresight
);

Parameters

Azimuth
Elevation
AboutBoresight
Member Value Description
eAzElAboutBoresightHold 0 Hold: rotation about the Y axis followed by rotation about the new X-axis.
eAzElAboutBoresightRotate 1 Rotate: rotation about the sensor's or antenna's Z axis by the azimuth angle, followed by rotation about the new Y axis by 90 degrees minus the elevation angle.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1