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


ITableWindow2.UpdateSelection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IT > ITableWindow2 Interface > ITableWindow2.UpdateSelection Method
ArcGIS Developer Help

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