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


IGlobeDisplayRendering.SetBackgroundTransitionDistances 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.SetBackgroundTransitionDistances Method
ArcGIS Developer Help

IGlobeDisplayRendering.SetBackgroundTransitionDistances Method

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

[Visual Basic .NET]
Public Sub SetBackgroundTransitionDistances ( _
    ByVal lowAltitude As Single, _
    ByVal highAltitude As Single _
)
[C#]
public void SetBackgroundTransitionDistances (
    float lowAltitude,
    float highAltitude
);
[C++]
HRESULT SetBackgroundTransitionDistances(
  float lowAltitude,
  float highAltitude
);
[C++]
Parameters
lowAltitude [in]

lowAltitude is a parameter of type single highAltitude [in]
highAltitude is a parameter of type single

Product Availability

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

See Also

IGlobeDisplayRendering Interface