com.esri.arcgis.geodatabaseextensions
Interface ICadastralFabricEditControl

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

public interface ICadastralFabricEditControl
extends java.io.Serializable

COM Interface 'ICadastralFabricEditControl'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to method that controls if insert and update cursors on fabric classes can bypass store events.' 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 IIDa56b04a1_1748_40ab_bb7e_dfe95b34dd48
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setStoreEventsRequired()
          Indicates that insert and update cursors on fabric classes cannot bypass store events for the active edit session.
 

Field Detail

IIDa56b04a1_1748_40ab_bb7e_dfe95b34dd48

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

setStoreEventsRequired

void setStoreEventsRequired()
                            throws java.io.IOException,
                                   AutomationException
Indicates that insert and update cursors on fabric classes cannot bypass store events for the active edit session.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.