ArcObjects Library Reference (ArcMapUI)  

ITableWindow.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.

Remarks

This method returns a reference to the TableWindow of the FeatureLayer referenced by pFeatureLayer.  Set ShowSelected = True if you wish to show only features that are selected.

See Also

ITableWindow Interface