This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform Interface > IFrameXform.QueryPerspectiveAngles Method (ArcObjects .NET 10.4 SDK) |
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