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


IGlobeDisplayRendering3.GlobeBackgroundOption Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.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

IGlobeDisplayRendering3 Interface