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


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

IScreenDisplay2.ActiveCache Property

Screen cache where drawing occurs. Use rarely. Change cache inside StartDrawing/FinishDrawing sequence.

[Visual Basic .NET]
Public Property ActiveCache As Short
[C#]
public short ActiveCache {get; set;}
[C++]
HRESULT get_ActiveCache(
  short index
);
[C++]
HRESULT put_ActiveCache(
  System.Int16* index
);
[C++]
Parameters
index [in]

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

Product Availability

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

See Also

IScreenDisplay2 Interface