Set special properties of specified cache.
[Visual Basic .NET] Public Sub ModifyCacheFlags ( _ ByVal cacheID As Short, _ ByVal flagsToAdd As esriDisplayCacheFlags, _ ByVal flagsToRemove As esriDisplayCacheFlags _ )
[C#] public void ModifyCacheFlags ( short cacheID, esriDisplayCacheFlags flagsToAdd, esriDisplayCacheFlags flagsToRemove );
[C++]
HRESULT ModifyCacheFlags(
short cacheID,
esriDisplayCacheFlags flagsToAdd,
esriDisplayCacheFlags flagsToRemove
);
[C++]Parameters
cacheID [in] cacheID is a parameter of type short flagsToAdd [in]flagsToAdd is a parameter of type esriDisplayCacheFlags
flagsToRemove [in]flagsToRemove is a parameter of type esriDisplayCacheFlags
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.