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


IGlobeAdvancedOptions.UpdateCacheMonthlyPrompt Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pPrompt
);
[C++]

Parameters pPrompt [out, retval] pPrompt is a parameter of type VARIANT_BOOL pPrompt [in] pPrompt is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeAdvancedOptions Interface