AGI STK Util 11Send comments on this topic.
AssignAzEl Method (IAgOrientation)
See Also 
Azimuth
Elevation
AboutBoresight
Windows






Windows & Linux

Description

Helper method to set orientation using the AzEl representation.

Syntax

[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
);
[Java]
public  assignAzEl(
   Variant Azimuth,
   Variant Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Unmanaged C++]
public: HRESULT AssignAzEl(
   VARIANT Azimuth,
   VARIANT Elevation,
   AgEAzElAboutBoresight AboutBoresight
);

Parameters

Azimuth
Elevation
AboutBoresight
MemberValueDescription
eAzElAboutBoresightHold0Hold: rotation about the Y axis followed by rotation about the new X-axis.
eAzElAboutBoresightRotate1Rotate: 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.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.