com.esri.arcgis.geodatabaseui
Interface ITableCalculator

All Superinterfaces:
Serializable
All Known Implementing Classes:
TableProperties

public interface ITableCalculator
extends Serializable

Provides access to members that control the characteristics the calculator form the table.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isFireRowChangedEventsForJoins()
          Indicates if row changed events should be fires for join tables.
 void setFireRowChangedEventsForJoins(boolean pFireRowEvents)
          Indicates if row changed events should be fires for join tables.
 

Method Detail

isFireRowChangedEventsForJoins

boolean isFireRowChangedEventsForJoins()
                                       throws IOException,
                                              AutomationException
Indicates if row changed events should be fires for join tables.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setFireRowChangedEventsForJoins

void setFireRowChangedEventsForJoins(boolean pFireRowEvents)
                                     throws IOException,
                                            AutomationException
Indicates if row changed events should be fires for join tables.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
pFireRowEvents - The pFireRowEvents (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.