ArcObjects Library Reference (Display)  

IScreenCacheManager.GetCacheFlags Method

Get special properties of specified cache.

[Visual Basic .NET]
Public Sub GetCacheFlags ( _
    ByVal cacheID As Short, _
    ByRef Flags As esriDisplayCacheFlags _
)
[C#]
public void GetCacheFlags (
    short cacheID,
    ref esriDisplayCacheFlags Flags
);
[C++]
HRESULT GetCacheFlags(
  short cacheID,
  esriDisplayCacheFlags* Flags
);
[C++]

Parameters

cacheID [in]   cacheID is a parameter of type short Flags [out]

  Flags is a parameter of type esriDisplayCacheFlags

Product Availability

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

See Also

IScreenCacheManager Interface