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


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

IGlobeDisplayRendering.GetLowBackgroundColor Method

Returns the low altitude background color.

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

Red is a parameter of type single* Green [out]
Green is a parameter of type single* Blue [out]
Blue is a parameter of type single*

Product Availability

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

See Also

IGlobeDisplayRendering Interface