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( System.Object Azimuth, System.Object Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Managed C++] |
---|
public: void AssignAzEl( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Unmanaged C++] |
---|
public: HRESULT AssignAzEl( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Java] |
---|
public void assignAzEl( AgVariant Azimuth, AgVariant Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Python - STK API ] |
---|
def AssignAzEl(self, Azimuth:typing.Any, Elevation:typing.Any, AboutBoresight:"AgEAzElAboutBoresight") -> None: |
- Azimuth
- Elevation
- AboutBoresight