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


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

ITableControl2.UpdateSelection Method

Updates the current selection, that the current selection is currently pointing to.

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

Product Availability

Available with ArcGIS Desktop.

See Also

ITableControl2 Interface