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


IInvalidArea.Invalidate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IInvalidArea Interface > IInvalidArea.Invalidate Method
ArcGIS Developer Help

IInvalidArea.Invalidate Method

Invalidate the display.

[Visual Basic .NET]
Public Sub Invalidate ( _
    ByVal screenCache As Short _
)
[C#]
public void Invalidate (
    short screenCache
);
[C++]
HRESULT Invalidate(
  short screenCache
);
[C++]
Parameters
screenCache 

screenCache is a parameter of type short

Product Availability

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

Remarks

This method invalidates (refreshes) the screen in the regions specified by a collection of envelopes belonging to the objects added with this interface's Add method. The input parameter is typically the Editor's Display property, and defines the display that must be invalidated.

See Also

IInvalidArea Interface