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


ITableWindow.UpdateSelection Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMapUI)  

ITableWindow.UpdateSelection Method

Updates current table selection. Does not update Mx feature layer selection.

[Visual Basic .NET]
Public Sub UpdateSelection ( _
    ByVal pSelection As ISelectionSet _
)
[C#]
public void UpdateSelection (
    ISelectionSet pSelection
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableWindow Interface