ArcObjects Library Reference (GeoDatabaseUI)  

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