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


IDisplayFeedback.Display Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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