ArcObjects Library Reference (GeoDatabaseUI)  

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

ITableView3 Interface