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