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


IInvalidArea.Display Property (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.Display Property
ArcGIS Developer Help

IInvalidArea.Display Property

The display that will be invalidated.

[Visual Basic .NET]
Public Property Display As IScreenDisplay
[C#]
public IScreenDisplay Display {get; set;}
[C++]
HRESULT get_Display(
  IScreenDisplay** dpy
);
[C++]
HRESULT putref_Display(
  IScreenDisplay* dpy
);
[C++]
Parameters
dpy [out, retval]

dpy is a parameter of type IScreenDisplay** dpy [in]
dpy is a parameter of type IScreenDisplay*

Product Availability

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

See Also

IInvalidArea Interface