![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFrameXform2 Interface > IFrameXform2.QueryCameraAxisAngles Method (ArcObjects .NET 10.5 SDK) |
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