ArcObjects Library Reference (GlobeCore)  

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(
  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

Product Availability

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

See Also

IGlobeCamera Interface