com.esri.arcgis.geodatabaseui
Interface ITableViewTableFields

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableView

public interface ITableViewTableFields
extends Serializable

Provides access to members that associate additional field properties with the table being displayed.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ITableFields getTableFields()
          The collection of field information for the table being viewed/edited.
 void setTableFieldsByRef(ITableFields tableFields)
          The collection of field information for the table being viewed/edited.
 

Method Detail

setTableFieldsByRef

void setTableFieldsByRef(ITableFields tableFields)
                         throws IOException,
                                AutomationException
The collection of field information for the table being viewed/edited.

Product Availability

Available with ArcGIS Desktop.

Parameters:
tableFields - A reference to a com.esri.arcgis.geodatabase.ITableFields (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTableFields

ITableFields getTableFields()
                            throws IOException,
                                   AutomationException
The collection of field information for the table being viewed/edited.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.geodatabase.ITableFields
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.