ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties2.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

IGlobeLayerProperties2 Interface