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 _ ) As |
[C#] |
---|
public void SetValues( System.Object Azimuth, System.Object Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Managed C++] |
---|
public: void SetValues( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Java] |
---|
public void setValues( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Unmanaged C++] |
---|
public: HRESULT SetValues( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
- Azimuth
- The azimuth value.
- Elevation
- The elevation value.
- AboutBoresight