ArcObjects Library Reference (ArcMapUI)  

ITableWindow2.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

ITableWindow2 Interface