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


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

ITableWindow.FindViaTable Method

Is table already being displayed.

[Visual Basic .NET]
Public Function FindViaTable ( _
    ByVal pTable As ITable, _
    ByVal ShowSelected As Boolean _
) As ITableWindow
[C#]
public ITableWindow FindViaTable (
    ITable pTable,
    bool ShowSelected
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableWindow Interface