com.esri.arcgis.editor
Interface IExtendedObjectInspector

All Superinterfaces:
Serializable
All Known Implementing Classes:
FeatureInspector

public interface IExtendedObjectInspector
extends Serializable

Provides access to additional members that control a custom feature's property inspector.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

isDisableEditOperations

boolean isDisableEditOperations()
                                throws 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.

Product Availability

Available with ArcGIS Desktop.

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

setDisableEditOperations

void setDisableEditOperations(boolean pDisableEditOperations)
                              throws 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.

Product Availability

Available with ArcGIS Desktop.

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