ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering2.GetBackgroundTransitionDistances Method

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

[Visual Basic .NET]
Public Sub GetBackgroundTransitionDistances ( _
    ByRef pLowAltitude As Single&, _
    ByRef pHighAltitude As Single& _
)
[C#]
public void GetBackgroundTransitionDistances (
    ref Single& pLowAltitude,
    ref Single& pHighAltitude
);
[C++]
HRESULT GetBackgroundTransitionDistances(
  float* pLowAltitude,
  float* pHighAltitude
);
[C++]

Parameters

pLowAltitude [out]   pLowAltitude is a parameter of type float pHighAltitude [out]   pHighAltitude is a parameter of type float

Product Availability

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

See Also

IGlobeDisplayRendering2 Interface