This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableView Interface > ITableView.Show Method (ArcObjects .NET 10.5 SDK) |
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 );