ArcObjects Library Reference  (GlobeCore)    

IGlobe.DefaultGlobeBackgroundOption Property

The default background option.

[Visual Basic 6.0]
Property DefaultGlobeBackgroundOption As esriGlobeBackgroundOption
[Visual Basic .NET]
Public Property DefaultGlobeBackgroundOption As esriGlobeBackgroundOption
[C#]
public esriGlobeBackgroundOption DefaultGlobeBackgroundOption {get; set;}
[Java]
public esriGlobeBackgroundOption getDefaultGlobeBackgroundOption()
throws
    IOException,
    AutomationException
[Java]
public void setDefaultGlobeBackgroundOption(
esriGlobeBackgroundOption psriGlobeBackgroundOption
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page