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