Sets the pointing method to Fixed with an AzEl orientation.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT SetPointingFixedAzEl( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight, IAgSnPtFixed ** ppIAgSnPtFixed ); |
[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] | ||
---|---|---|
|