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


IFrameXform2.QueryAircraftOrientation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform2 Interface > IFrameXform2.QueryAircraftOrientation Method
ArcGIS Developer Help

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(
  System.Double* pRollDeg,
  System.Double* pPitchDeg,
  System.Double* pTopOfFrameDeg,
  Boolean* 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 bool*

Product Availability

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

See Also

IFrameXform2 Interface