This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay2 Interface > IScreenDisplay2.StartFeedback Method (ArcObjects .NET 10.5 SDK) |
Prepare the display for drawing selection/rubberbanding. Drawing isn't clipped or zoomed with page. Must match with a call to FinishFeedback.
[Visual Basic .NET]
Public Sub StartFeedback ( _
)
[C#] public void StartFeedback ( );
[C++]
HRESULT StartFeedback(
void
);