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


IGlobeDisplay.AdvancedOptions Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.AdvancedOptions Property

The data processing and management options.

[Visual Basic .NET]
Public Property AdvancedOptions As IGlobeAdvancedOptions
[C#]
public IGlobeAdvancedOptions AdvancedOptions {get; set;}
[C++]
HRESULT get_AdvancedOptions(
  IGlobeAdvancedOptions** ppOptions
);
[C++]
HRESULT put_AdvancedOptions(
  IGlobeAdvancedOptions* ppOptions
);
[C++]

Parameters ppOptions [out, retval]
ppOptions is a parameter of type IGlobeAdvancedOptions ppOptions [in]
ppOptions is a parameter of type IGlobeAdvancedOptions

Product Availability

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

See Also

IGlobeDisplay Interface