This document is archived and information here might be outdated.  Recommended version.


IFrameXform2.QueryAircraftOrientation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IFrameXform2.QueryAircraftOrientation Method

Queries aircraft orientation angles in degrees from the sensor exterior orientation (rotation matrix).

[Visual Basic .NET]
Public Sub QueryAircraftOrientation ( _
    ByRef pRollDeg As Double, _
    ByRef pPitchDeg As Double, _
    ByRef pTopOfFrameDeg As Double, _
    ByRef pClockwise As Boolean _
)
[C#]
public void QueryAircraftOrientation (
    ref double pRollDeg,
    ref double pPitchDeg,
    ref double pTopOfFrameDeg,
    ref bool pClockwise
);
[C++]
HRESULT QueryAircraftOrientation(
  double* pRollDeg,
  double* pPitchDeg,
  double* pTopOfFrameDeg,
  VARIANT_BOOL* pClockwise
);
[C++]

Parameters pRollDeg [out] pRollDeg is a parameter of type double pPitchDeg [out] pPitchDeg is a parameter of type double pTopOfFrameDeg [out] pTopOfFrameDeg is a parameter of type double pClockwise [out] pClockwise is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFrameXform2 Interface