com.esri.arcgis.geodatabaseui
Interface ICalculatorUIJoinSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CalculatorUI, ICalculatorUIJoinSettingsProxy

public interface ICalculatorUIJoinSettings
extends java.io.Serializable

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

Description: 'Provides access to members that control the field calculator join settings.' 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 IID8f3e794a_ef0b_43ca_9de4_34dec440aaa5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setFireRowEventsForJoins(boolean rhs1)
          Should row events be fired during calculation (default false).
 

Field Detail

IID8f3e794a_ef0b_43ca_9de4_34dec440aaa5

static final int IID8f3e794a_ef0b_43ca_9de4_34dec440aaa5
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

setFireRowEventsForJoins

void setFireRowEventsForJoins(boolean rhs1)
                              throws java.io.IOException,
                                     AutomationException
Should row events be fired during calculation (default false).

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