This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.SetBackgroundTransitionDistances Method (ArcObjects .NET 10.4 SDK) |
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