AGI STK Objects 11Send comments on this topic.
SetPointingFixedAzEl Method (IAgSnCommonTasks)
See Also
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 
[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 ** ppIAgSnPtFixed
);

Parameters

Azimuth
Elevation
AboutBoresight

See Also

Example

Define fixed sensor pointing
[C#]
IAgSnPtFixed fixedSensor = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45.0, AgEAzElAboutBoresight.eAzElAboutBoresightRotate);
Define fixed sensor pointing
[Visual Basic .NET]
Dim fixedSensor As IAgSnPtFixed = sensor.CommonTasks.SetPointingFixedAzEl(4.5, -45, AgEAzElAboutBoresight.eAzElAboutBoresightRotate)
© 2019 Analytical Graphics, Inc. All Rights Reserved.