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


IGlobeDisplayRendering.GlobeBackgroundOption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering Interface > IGlobeDisplayRendering.GlobeBackgroundOption Property
ArcGIS Developer Help

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

IGlobeDisplayRendering Interface