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


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

IFrameXform2.QueryCameraAxisAngles Method

Computes and returns the apparent position of the camera. The values for Azimuth and Elevation are in degrees.

[Visual Basic .NET]
Public Sub QueryCameraAxisAngles ( _
    ByRef pCameraAzimuth As Double, _
    ByRef pCameraElevation As Double _
)
[C#]
public void QueryCameraAxisAngles (
    ref double pCameraAzimuth,
    ref double pCameraElevation
);
[C++]
HRESULT QueryCameraAxisAngles(
  System.Double* pCameraAzimuth,
  System.Double* pCameraElevation
);
[C++]
Parameters
pCameraAzimuth [out]

pCameraAzimuth is a parameter of type double* pCameraElevation [out]
pCameraElevation is a parameter of type double*

Product Availability

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

See Also

IFrameXform2 Interface