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


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

IGlobeDisplayRendering.GetBackgroundTransitionDistances Method

Gets the altitude values in kilometers for the transition in the background color.

[Visual Basic .NET]
Public Sub GetBackgroundTransitionDistances ( _
    ByRef pLowAltitude As Single&, _
    ByRef pHighAltitude As Single& _
)
[C#]
public void GetBackgroundTransitionDistances (
    ref Single& pLowAltitude,
    ref Single& pHighAltitude
);
[C++]
HRESULT GetBackgroundTransitionDistances(
  System.Single* pLowAltitude,
  System.Single* pHighAltitude
);
[C++]
Parameters
pLowAltitude [out]

pLowAltitude is a parameter of type single* pHighAltitude [out]
pHighAltitude is a parameter of type single*

Product Availability

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

See Also

IGlobeDisplayRendering Interface