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


IGlobeDisplayRendering.SetLowBackgroundColor Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering.SetLowBackgroundColor Method

Sets the low altitude background color.

[Visual Basic .NET]
Public Sub SetLowBackgroundColor ( _
    ByVal Red As Single, _
    ByVal Green As Single, _
    ByVal Blue As Single _
)
[C#]
public void SetLowBackgroundColor (
    float Red,
    float Green,
    float Blue
);
[C++]
HRESULT SetLowBackgroundColor(
  float Red,
  float Green,
  float Blue
);
[C++]

Parameters Red [in] Red is a parameter of type float Green [in] Green is a parameter of type float Blue [in] Blue is a parameter of type float

Product Availability

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

See Also

IGlobeDisplayRendering Interface