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


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

IGlobe.SetDefaultBackgTransitionDistances Method

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

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

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

Description

Sets the high and low transition distances for changing between background sky colors. These represent the altitude of the virtual camera.

Values are in kilometers.

See Also

IGlobe Interface