AGI STK Objects 11Send comments on this topic.
SetPointingFixedAzEl Method (IAgSnCommonTasks)
See Also  Example
Azimuth
Elevation
AboutBoresight
Windows






Windows & Linux

Description

Sets the pointing method to Fixed with an AzEl orientation.

Syntax

[Visual Basic .NET]
Public Function SetPointingFixedAzEl( _
   ByVal Azimuth As System.Object, _
   ByVal Elevation As System.Object, _
   ByVal AboutBoresight As AgEAzElAboutBoresight _
) As IAgSnPtFixed
[C#]
public IAgSnPtFixed SetPointingFixedAzEl(
   System.Object Azimuth,
   System.Object Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Managed C++]
public: IAgSnPtFixed^ SetPointingFixedAzEl(
   VARIANT Azimuth,
   VARIANT Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Java]
public IAgSnPtFixed setPointingFixedAzEl(
   Variant Azimuth,
   Variant Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Unmanaged C++]
public: HRESULT SetPointingFixedAzEl(
   VARIANT Azimuth,
   VARIANT Elevation,
   AgEAzElAboutBoresight AboutBoresight,
   IAgSnPtFixed ** ReturnValue
);

Parameters

Azimuth
Elevation
AboutBoresight

Example

Define fixed sensor pointing
[C#]Copy Code
IAgSnPtFixed fixedSensor = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45.0, AgEAzElAboutBoresight.eAzElAboutBoresightRotate); 
 

Define fixed sensor pointing
[Visual Basic .NET]Copy Code
Dim fixedSensor As IAgSnPtFixed = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45, AgEAzElAboutBoresight.eAzElAboutBoresightRotate)

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.