ArcObjects Library Reference (ArcMapUI)  

ITableDockWindowAdmin.FindViaFeatureLayer Method

Is table (of a featurelayer) already being displayed.

[Visual Basic .NET]
Public Function FindViaFeatureLayer ( _
    ByVal pFeatureLayer As IFeatureLayer, _
    ByVal ShowSelected As Boolean _
) As ITableWindow
[C#]
public ITableWindow FindViaFeatureLayer (
    IFeatureLayer pFeatureLayer,
    bool ShowSelected
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableDockWindowAdmin Interface