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


IDisplayFeedback.Display Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayFeedback Interface > IDisplayFeedback.Display Property
ArcGIS Developer Help

IDisplayFeedback.Display Property

The display the feedback object will use.

[Visual Basic .NET]
Public WriteOnly Property Display
[C#]
public void Display {set;}
[C++]
HRESULT putref_Display(
  IScreenDisplay* 
);
[C++]
Parameters
 [in]

is a parameter of type IScreenDisplay*

Product Availability

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

Description

Set Display to associate with the screen display area for drawing.

See Also

IDisplayFeedback Interface