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


IFrameXform2.PutAircraftOrientation 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.PutAircraftOrientation Method
ArcGIS Developer Help

IFrameXform2.PutAircraftOrientation Method

Sets the sensor exterior orientation (rotation matrix) using aircraft orientation angles in degrees.

[Visual Basic .NET]
Public Sub PutAircraftOrientation ( _
    ByVal rollDeg As Double, _
    ByVal pitchDeg As Double, _
    ByVal headingDeg As Double, _
    ByVal cameraMountAngleDeg As Double, _
    ByVal clockwise As Boolean _
)
[C#]
public void PutAircraftOrientation (
    double rollDeg,
    double pitchDeg,
    double headingDeg,
    double cameraMountAngleDeg,
    bool clockwise
);
[C++]
HRESULT PutAircraftOrientation(
  double rollDeg,
  double pitchDeg,
  double headingDeg,
  double cameraMountAngleDeg,
  VARIANT_BOOL clockwise
);
[C++]
Parameters
rollDeg [in]

rollDeg is a parameter of type double pitchDeg [in]
pitchDeg is a parameter of type double headingDeg [in]
headingDeg is a parameter of type double cameraMountAngleDeg [in]
cameraMountAngleDeg is a parameter of type double clockwise [in]
clockwise is a parameter of type bool

Product Availability

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

See Also

IFrameXform2 Interface