com.esri.arcgis.geodatabaseui
Interface IGPCalculatorUI

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGPCalculatorUIProxy

public interface IGPCalculatorUI
extends Serializable

Provides access to members that control the field calculator.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setDETableByRef(IDETable rhs1)
          DETable to perform calculation on.
 

Method Detail

setDETableByRef

void setDETableByRef(IDETable rhs1)
                     throws IOException,
                            AutomationException
DETable to perform calculation on.

Product Availability

Available with ArcGIS Desktop.

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