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(
|
[Managed C++] |
---|
public: IAgSnPtFixed^ SetPointingFixedAzEl(
|
[Java] |
---|
public IAgSnPtFixed setPointingFixedAzEl(
|
[Unmanaged C++] |
---|
public: HRESULT SetPointingFixedAzEl(
|
- Azimuth
- Elevation
- AboutBoresight
Define fixed sensor
pointing
[C#] | Copy Code | |
---|---|---|
|
Define fixed sensor
pointing
[Visual Basic .NET] | Copy Code | |
---|---|---|
|