com.esri.arcgis.geodatabase
Interface IRelQueryTableSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRelQueryTableSettingsProxy, RelQueryTable

public interface IRelQueryTableSettings
extends Serializable

Provides access to members that RelQueryTable behavior.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isFireRowChangedEvents()
          Indicates if Fire row changed events.
 void setFireRowChangedEvents(boolean fireRowEvents)
          Indicates if Fire row changed events.
 

Method Detail

isFireRowChangedEvents

boolean isFireRowChangedEvents()
                               throws IOException,
                                      AutomationException
Indicates if Fire row changed events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setFireRowChangedEvents

void setFireRowChangedEvents(boolean fireRowEvents)
                             throws IOException,
                                    AutomationException
Indicates if Fire row changed events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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