This document is archived and information here might be outdated. Recommended version. |
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 );
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.