Helper method to get orientation using the AzEl representation.
| [Visual Basic .NET] |
|---|
Public Sub QueryAzEl( _ ByRef Azimuth As System.Object, _ ByRef Elevation As System.Object, _ ByRef AboutBoresight As AgEAzElAboutBoresight _ ) |
| [C#] |
|---|
public void QueryAzEl( |
| [Managed C++] |
|---|
public: void QueryAzEl( |
| [Java] |
|---|
public queryAzEl( |
| [Unmanaged C++] |
|---|
public: HRESULT QueryAzEl( |
- 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.
