ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering2.GlobeBackgroundOption Property

The background option.

[Visual Basic .NET]
Public Property GlobeBackgroundOption As esriGlobeBackgroundOption
[C#]
public esriGlobeBackgroundOption GlobeBackgroundOption {get; set;}
[C++]
HRESULT get_GlobeBackgroundOption(
  esriGlobeBackgroundOption* pOption
);
[C++]
HRESULT put_GlobeBackgroundOption(
  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.

See Also

IGlobeDisplayRendering2 Interface