com.esri.arcgis.arcmapui
Interface ITableProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableProperties

public interface ITableProperties
extends Serializable

Provides access to members that control Table properties, for Layers and Tables in ArcMap.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void add(ITableProperty pTableProperty)
          Add a table property.
 IEnumTableProperties getIEnumTableProperties()
          Table Property Enum.
 void remove(ITableProperty pTableProperty)
          Remove a table property.
 void removeAll()
          Remove all table properties.
 

Method Detail

getIEnumTableProperties

IEnumTableProperties getIEnumTableProperties()
                                             throws IOException,
                                                    AutomationException
Table Property Enum.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

add

void add(ITableProperty pTableProperty)
         throws IOException,
                AutomationException
Add a table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

remove

void remove(ITableProperty pTableProperty)
            throws IOException,
                   AutomationException
Remove a table property.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

removeAll

void removeAll()
               throws IOException,
                      AutomationException
Remove all table properties.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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