com.esri.arcgis.arcmapui
Interface IEnumTableProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableProperties

public interface IEnumTableProperties
extends Serializable

Provides access to an enumeration of table properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ITableProperty next()
          Get the next table property.
 void reset()
          Reset.
 

Method Detail

next

ITableProperty next()
                    throws IOException,
                           AutomationException
Get the next table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

reset

void reset()
           throws IOException,
                  AutomationException
Reset.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.