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






Windows & Linux

Description

Sets the pointing method to FixedAxes with an AzEl orientation.

Syntax

[Visual Basic .NET]
Public Function SetPointingFixedAxesAzEl( _
   ByVal ReferenceAxes As String, _
   ByVal Azimuth As System.Object, _
   ByVal Elevation As System.Object, _
   ByVal AboutBoresight As AgEAzElAboutBoresight _
) As IAgSnPtFixedAxes
[C#]
public IAgSnPtFixedAxes SetPointingFixedAxesAzEl(
   string ReferenceAxes,
   System.Object Azimuth,
   System.Object Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Managed C++]
public: IAgSnPtFixedAxes^ SetPointingFixedAxesAzEl(
   String __gc ^ ReferenceAxes,
   VARIANT Azimuth,
   VARIANT Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Java]
public IAgSnPtFixedAxes setPointingFixedAxesAzEl(
   String ReferenceAxes,
   Variant Azimuth,
   Variant Elevation,
   AgEAzElAboutBoresight AboutBoresight
);
[Unmanaged C++]
public: HRESULT SetPointingFixedAxesAzEl(
   BSTR ReferenceAxes,
   VARIANT Azimuth,
   VARIANT Elevation,
   AgEAzElAboutBoresight AboutBoresight,
   IAgSnPtFixedAxes ** ReturnValue
);

Parameters

ReferenceAxes
Azimuth
Elevation
AboutBoresight

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.