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


IGlobe.GetDefaultBackgTransitionDistances 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.GetDefaultBackgTransitionDistances Method
ArcGIS Developer Help

IGlobe.GetDefaultBackgTransitionDistances Method

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

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

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

Description

Returns 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