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


ITableViewCallback.RefreshSelection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseUI)  

ITableViewCallback.RefreshSelection Method

Refresh graphics for selected table or selection when viewing the full table.

[Visual Basic .NET]
Public Sub RefreshSelection ( _
    ByVal pRedrawArea As IEnvelope _
)
[C#]
public void RefreshSelection (
    IEnvelope pRedrawArea
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface