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.
 
setDETableByRef
void setDETableByRef(IDETable rhs1)
                     throws IOException,
                            AutomationException
- DETable to perform calculation on.
  Product AvailabilityAvailable 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.