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


IFrameXform2.QueryCameraAxisAngles Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  double* pCameraAzimuth,
  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