ArcObjects Library Reference  (Display)    

IScreenDisplay.ActiveCache Property

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

[Visual Basic 6.0]
Property ActiveCache As Integer
[Visual Basic .NET]
Public Property ActiveCache As Short
[C#]
public short ActiveCache {get; set;}
[Java]
public Integer getActiveCache()
throws
    IOException,
    AutomationException
[Java]
public void setActiveCache(
Integer ActiveCache
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ActiveCache(
  short* index
);
[C++]
HRESULT put_ActiveCache(
  short index

);

[C++]

Parameters

index [out, retval]

  index is a parameter of type short

index [in]

  index is a parameter of type short

Product Availability

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

See Also

IScreenDisplay Interface

 


Feedback Send feedback on this page