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


IGlobeDisplayRendering.SetBackgroundTransitionDistances Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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 float highAltitude [in] highAltitude is a parameter of type float

Product Availability

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

See Also

IGlobeDisplayRendering Interface