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


ITableView2.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableView2 Interface > ITableView2.Show Method
ArcGIS Developer Help

ITableView2.Show Method

Show table.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal parentHWnd As Integer, _
    ByRef initialExtent As tagRECT, _
    ByVal initiallyVisible As Boolean _
)
[C#]
public void Show (
    int parentHWnd,
    ref tagRECT initialExtent,
    ref bool initiallyVisible
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableView2 Interface