com.esri.arcgis.globecore
Interface esriGlobeBackgroundOption

All Superinterfaces:
Serializable

public interface esriGlobeBackgroundOption
extends Serializable

Background Options for Globe.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriGlobeBackgroundSingle
          Use single color.
static int esriGlobeBackgroundTransition
          Use color transition.
 

Field Detail

esriGlobeBackgroundTransition

static final int esriGlobeBackgroundTransition
Use color transition.

See Also:
Constant Field Values

esriGlobeBackgroundSingle

static final int esriGlobeBackgroundSingle
Use single color.

See Also:
Constant Field Values