com.esri.arcgis.controls
Interface IEngineExtendedObjectInspector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EngineFeatureInspector, IEngineExtendedObjectInspectorProxy

public interface IEngineExtendedObjectInspector
extends java.io.Serializable

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

Description: 'Provides access to additional members that control a custom feature's property inspector.' 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 IIDedaa678b_824d_4161_8e1a_e8334855338b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isDisableEditOperations()
          Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect.
 void setDisableEditOperations(boolean pDisableEditOperations)
          Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect.
 

Field Detail

IIDedaa678b_824d_4161_8e1a_e8334855338b

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

isDisableEditOperations

boolean isDisableEditOperations()
                                throws java.io.IOException,
                                       AutomationException
Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect.

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

setDisableEditOperations

void setDisableEditOperations(boolean pDisableEditOperations)
                              throws java.io.IOException,
                                     AutomationException
Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect.

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