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


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

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