This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeCamera Interface > IGlobeCamera.GetLocalOrientation Method (ArcObjects .NET 10.4 SDK) |
Get the azimuth, inclination and roll angles relative to the current target on surface.
[Visual Basic .NET] Public Sub GetLocalOrientation ( _ ByRef plocalAzi As Double, _ ByRef pLocalIncl As Double, _ ByRef pLocalRoll As Double _ )
[C#] public void GetLocalOrientation ( ref double plocalAzi, ref double pLocalIncl, ref double pLocalRoll );
[C++]
HRESULT GetLocalOrientation(
double* plocalAzi,
double* pLocalIncl,
double* pLocalRoll
);
[C++]
Parameters plocalAzi [out] plocalAzi is a parameter of type double pLocalIncl [out] pLocalIncl is a parameter of type double pLocalRoll [out] pLocalRoll is a parameter of type double