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 ); |
| [Java] |
|---|
public IAgSnPtFixed setPointingFixedAzEl( VARIANT Azimuth, VARIANT Elevation, AgEAzElAboutBoresight AboutBoresight ); |
| [Unmanaged C++] |
|---|
|
- Azimuth
- Elevation
- AboutBoresight
Define fixed sensor pointing
| [C#] | ||
|---|---|---|
| ||
Define fixed sensor pointing
| [Visual Basic .NET] | ||
|---|---|---|
| ||





