This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform2 Interface > IFrameXform2.QueryAircraftOrientation Method (ArcObjects .NET 10.5 SDK) |
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