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


ITableDockWindowAdmin.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 > ITableDockWindowAdmin Interface > ITableDockWindowAdmin.FindViaLayer Method
ArcGIS Developer Help

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

ITableDockWindowAdmin Interface