com.esri.arcgis.geodatabaseui
Interface IGPCalculatorUI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPCalculatorUIProxy

public interface IGPCalculatorUI
extends java.io.Serializable

COM Interface 'IGPCalculatorUI'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to members that control the field calculator.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2f6e5f8b_b8b1_44bb_b55b_dbaa0321b9c2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setDETableByRef(IDETable rhs1)
          DETable to perform calculation on.
 

Field Detail

IID2f6e5f8b_b8b1_44bb_b55b_dbaa0321b9c2

static final int IID2f6e5f8b_b8b1_44bb_b55b_dbaa0321b9c2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDETableByRef

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

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