This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.MaxCacheSizeLimitMB Property (ArcObjects .NET 10.5 SDK) |
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