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


IGlobeLayerProperties5.MaxCacheSizeLimitMB Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.MaxCacheSizeLimitMB Property

Maximum cache size [MB] as a hint to cache maintenance utilities. If zero, no suggested limit.

[Visual Basic .NET]
Public Property MaxCacheSizeLimitMB As Integer
[C#]
public int MaxCacheSizeLimitMB {get; set;}
[C++]
HRESULT get_MaxCacheSizeLimitMB(
  Long* pLimit
);
[C++]
HRESULT put_MaxCacheSizeLimitMB(
  Long pLimit
);
[C++]

Parameters pLimit [out, retval] pLimit is a parameter of type Long pLimit [in] pLimit is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerProperties5 Interface