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( ref System.Object Azimuth, ref System.Object Elevation, ref AgEAzElAboutBoresight AboutBoresight ); |
[Managed C++] |
---|
public: void QueryAzEl( VARIANT ^ Azimuth, VARIANT ^ Elevation, AgEAzElAboutBoresight ^ AboutBoresight ); |
[Unmanaged C++] |
---|
public: HRESULT QueryAzEl( VARIANT * Azimuth, VARIANT * Elevation, AgEAzElAboutBoresight * AboutBoresight ); |
[Python - STK API ] |
---|
def QueryAzEl(self) -> typing.Tuple[typing.Any, typing.Any, "AgEAzElAboutBoresight"]: |
- Azimuth
- Elevation
- AboutBoresight