This document is archived and information here might be outdated.  Recommended version.


IScreenCacheManager.CacheMemDC Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenCacheManager Interface > IScreenCacheManager.CacheMemDC Property
ArcGIS Developer Help

IScreenCacheManager.CacheMemDC Property

Memory device context for the specified screen cache.

[Visual Basic .NET]
Public Function get_CacheMemDC ( _
    ByVal index As Short _
) As Integer
[C#]
public int get_CacheMemDC (
    short index
);
[C++]
HRESULT get_CacheMemDC(
  short index,
  OLE_HANDLE* hDC
);
[C++]
Parameters
index [in]

index is a parameter of type short hDC [out, retval]
hDC is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IScreenCacheManager Interface