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


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

ITableWindow2.FindViaLayer Method

Is table (of a layer) already being displayed.

[Visual Basic .NET]
Public Function FindViaLayer ( _
    ByVal pLayer As ILayer _
) As ITableWindow
[C#]
public ITableWindow FindViaLayer (
    ILayer pLayer
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableWindow2 Interface