Provides access to members that extend ITableWindow functionality to work with ILayers.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
Application | Provides the window with a reference to the application. | |
FindViaLayer | Is table (of a layer) already being displayed. | |
FindViaStandaloneTable | Is table (of a standalonetable) already being displayed. | |
hWnd | The window's handle. | |
IsDockable | Indicates if the window is dockable. | |
IsVisible | Indicates if the window is visible. | |
Layer | Setup layer attributes to view. | |
PutPosition | The window's position in screen pixels. | |
QueryPosition | The window's position in screen pixels. | |
Refresh | Cause the window to redraw. | |
SelectionSet | Current selection set of the table. Only valid for tables showing all rows. | |
Show | Indicates if the window is shown. | |
ShowAliasNamesInColumnHeadings | Show alias names or the real field name in column headings. Default False. | |
ShowSelected | Indicates whether to show only features that are selected. | |
StandaloneTable | The standalone table to view/edit. | |
TableControl | The table control. Table needs to be showing before you can get a valid pointer. | |
TableSelectionAction | Action to perform when table selections are made. | |
UpdateSelection | Updates current table selection. Does not update Mx feature layer selection. |
Inherited Interfaces
Interfaces | Description |
---|---|
IDataWindow | Provides access to members that control popup windows that show map data. |
CoClasses that implement ITableWindow2
CoClasses and Classes | Description |
---|---|
TableWindow | Window to display Tables in ArcMap. |