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


IGlobe.DefaultGlobeBackgroundOption Property (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.DefaultGlobeBackgroundOption Property
ArcGIS Developer Help

IGlobe.DefaultGlobeBackgroundOption Property

The default background option.

[Visual Basic .NET]
Public Property DefaultGlobeBackgroundOption As esriGlobeBackgroundOption
[C#]
public esriGlobeBackgroundOption DefaultGlobeBackgroundOption {get; set;}
[C++]
HRESULT get_DefaultGlobeBackgroundOption(
  esriGlobeBackgroundOption* pOption
);
[C++]
HRESULT put_DefaultGlobeBackgroundOption(
  esriGlobeBackgroundOption pOption
);
[C++]
Parameters
pOption [out, retval]

pOption is a parameter of type esriGlobeBackgroundOption* pOption [in]
pOption is a parameter of type esriGlobeBackgroundOption

Product Availability

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

Description

Controls whether the background sky color is based on a transition between two colors assigned to observer altitude or is a constant single color.

The esriGlobeBackgroundOption enumeration provides the definition for the two options available. These are esriGlobeBackgroundTransition, the default, and esriGlobeBackgroundSingle.

When using esriGlobeBackgroundTransition consider the related IGlobe interface members to set or get the background colors and transition distances.

See Also

IGlobe Interface