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


IScreenDisplay2.StartFeedback Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplay2.StartFeedback Method

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
);

Product Availability

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

See Also

IScreenDisplay2 Interface