ArcObjects Library Reference (DataSourcesRaster)  

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(
  double* pOmega,
  double* pPhi,
  double* pKappa,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

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

See Also

IFrameXform Interface