AGI STK Util 11 Send comments on this topic.
SetValues Method (IAgOrientationAzEl)
See Also 
Azimuth
The azimuth value.
Elevation
The elevation value.
AboutBoresight
Windows






Windows & Linux

Description

This property is deprecated. Use AssignAzEl instead.

Syntax

[Visual Basic .NET]
Public Sub SetValues( _
   ByVal Azimuth As System.Object, _
   ByVal Elevation As System.Object, _
   ByVal AboutBoresight As AgEAzElAboutBoresight _
) 

[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  setValues(
Variant Azimuth,
Variant Elevation,
AgEAzElAboutBoresight AboutBoresight
);

[Unmanaged C++]
public: HRESULT SetValues(
VARIANT Azimuth,
VARIANT Elevation,
AgEAzElAboutBoresight AboutBoresight
);

Parameters

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.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface