Indicates if the spatial cache is full.
[Visual Basic .NET] Public ReadOnly Property CacheIsFull As Boolean
[C#] public bool CacheIsFull {get;}
[C++]
HRESULT get_CacheIsFull(
VARIANT_BOOL* IsFull
);
[C++]Parameters
IsFull [out, retval] IsFull is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The CacheIsFull property returns true if the cache is full (the cache is active). The FillCache method is used to make the cache active and to set the boundary of the cache. Calling FillCache causes the workspace to fetch objects from the database and fill the cache. The time to fill the cache and the amount of memory consumed with the cache depends on the extent of the cache and the density and size of features in the feature classes being cached.