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


IScreenInvalidate.InvalidArea Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenInvalidate.InvalidArea Property

The bounds of the invalid region.

[Visual Basic .NET]
Public ReadOnly Property InvalidArea As IArea
[C#]
public IArea InvalidArea {get;}
[C++]
HRESULT get_InvalidArea(
  IArea** area
);
[C++]

Parameters area [out, retval]
area is a parameter of type IArea

Product Availability

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

See Also

IScreenInvalidate Interface