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


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

IGlobeAdvancedOptions.UpdateCacheMonthlyPrompt Property

Indicates whether to update the cache monthly.

[Visual Basic .NET]
Public Property UpdateCacheMonthlyPrompt As Boolean
[C#]
public bool UpdateCacheMonthlyPrompt {get; set;}
[C++]
HRESULT get_UpdateCacheMonthlyPrompt(
  VARIANT_BOOL pPrompt
);
[C++]
HRESULT put_UpdateCacheMonthlyPrompt(
  Boolean* pPrompt
);
[C++]
Parameters
pPrompt [in]

pPrompt is a parameter of type bool pPrompt [out, retval]
pPrompt is a parameter of type bool*

Product Availability

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

See Also

IGlobeAdvancedOptions Interface