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