ArcObjects Library Reference (ArcMapUI)  

ITableWindow2.FindViaStandaloneTable Method

Is table (of a standalonetable) already being displayed.

[Visual Basic .NET]
Public Function FindViaStandaloneTable ( _
    ByVal pStandaloneTable As IStandaloneTable _
) As ITableWindow
[C#]
public ITableWindow FindViaStandaloneTable (
    IStandaloneTable pStandaloneTable
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableWindow2 Interface