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 |
[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 ); |
- Azimuth
- Elevation
- AboutBoresight
Define fixed sensor pointing
[C#] | ||
---|---|---|
|
Define fixed sensor pointing
[Visual Basic .NET] | ||
---|---|---|
|