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


IFrameXform.QueryPerspectiveAngles 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.QueryPerspectiveAngles Method
ArcGIS Developer Help

IFrameXform.QueryPerspectiveAngles Method

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

[Visual Basic .NET]
Public Sub QueryPerspectiveAngles ( _
    ByRef pOmega As Double, _
    ByRef pPhi As Double, _
    ByRef pKappa As Double, _
    ByRef pClockwise As Boolean _
)
[C#]
public void QueryPerspectiveAngles (
    ref double pOmega,
    ref double pPhi,
    ref double pKappa,
    ref bool pClockwise
);
[C++]
HRESULT QueryPerspectiveAngles(
  System.Double* pOmega,
  System.Double* pPhi,
  System.Double* pKappa,
  Boolean* pClockwise
);
[C++]
Parameters
pOmega [out]

pOmega is a parameter of type double* pPhi [out]
pPhi is a parameter of type double* pKappa [out]
pKappa 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

IFrameXform Interface