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


IGlobeAdvancedOptions.UpdateCacheMonthlyPrompt Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

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