This property is deprecated. Use AssignAzEl instead.
| [Visual Basic .NET] |
|---|
Public Sub SetValues( _ ByVal Azimuth As System.Object, _ ByVal Elevation As System.Object, _ ByVal AboutBoresight As AgEAzElAboutBoresight _ ) |
| [C#] |
|---|
public void SetValues( |
| [Managed C++] |
|---|
public: void SetValues( |
| [Java] |
|---|
public setValues( |
| [Unmanaged C++] |
|---|
public: HRESULT SetValues( |
- Azimuth
- The azimuth value.
- Elevation
- The elevation value.
- 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.
