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


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

IMoveImageFeedback2.Display Property

The display to draw into.

[Visual Basic .NET]
Public ReadOnly Property Display_2 As IDisplay
[C#]
public IDisplay Display_2 {get;}
[C++]
HRESULT get_Display(
  IDisplay** Display
);
[C++]
Parameters
Display [out, retval]

Display is a parameter of type IDisplay**

Product Availability

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

See Also

IMoveImageFeedback2 Interface