ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering2.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

IGlobeDisplayRendering2 Interface