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


IGlobeCamera.GetLocalOrientation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeCamera Interface > IGlobeCamera.GetLocalOrientation Method
ArcGIS Developer Help

IGlobeCamera.GetLocalOrientation Method

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(
  System.Double* plocalAzi,
  System.Double* pLocalIncl,
  System.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*

Product Availability

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

See Also

IGlobeCamera Interface