Sets the pointing method to Fixed with an AzEl orientation.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgSnPtFixed SetPointingFixedAzEl( System.Object Azimuth, System.Object Elevation, AgEAzElAboutBoresight AboutBoresight ); |
| [Managed C++] |
|---|
public: IAgSnPtFixed^ SetPointingFixedAzEl( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgSnPtFixed setPointingFixedAzEl( AgVariant Azimuth, AgVariant Elevation, AgEAzElAboutBoresight AboutBoresight ); |
[Python - STK API ] |
|---|
def SetPointingFixedAzEl(self, Azimuth:typing.Any, Elevation:typing.Any, AboutBoresight:"AgEAzElAboutBoresight") -> "IAgSnPtFixed": |
- Azimuth
- Elevation
- AboutBoresight
Define sensor pointing fixed AzEl
| [C#] | ||
|---|---|---|
| ||
Define sensor pointing fixed AzEl
| [Visual Basic .NET] | ||
|---|---|---|
| ||
Define sensor pointing fixed AzEl
| [Python - STK API] | ||
|---|---|---|
| ||
Define sensor pointing fixed AzEl
| [MATLAB] | ||
|---|---|---|
| ||






