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


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

IFrameXform.PutPerspectiveAngles Method

Puts the sensor exterior orientation as a set of rotation angles in degrees.

[Visual Basic .NET]
Public Sub PutPerspectiveAngles ( _
    ByVal omega As Double, _
    ByVal phi As Double, _
    ByVal kappa As Double, _
    ByVal clockwise As Boolean _
)
[C#]
public void PutPerspectiveAngles (
    double omega,
    double phi,
    double kappa,
    bool clockwise
);
[C++]
HRESULT PutPerspectiveAngles(
  double omega,
  double phi,
  double kappa,
  VARIANT_BOOL clockwise
);
[C++]
Parameters
omega [in]

omega is a parameter of type double phi [in]
phi is a parameter of type double kappa [in]
kappa 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.

Remarks

An alternative to put_PerspectiveMatrix( ) for establishing the rotation matrix.

See Also

IFrameXform Interface