com.esri.arcgis.controls
Interface IEngineExtendedObjectInspector

All Superinterfaces:
Serializable
All Known Implementing Classes:
EngineFeatureInspector, IEngineExtendedObjectInspectorProxy

public interface IEngineExtendedObjectInspector
extends Serializable

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

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine.


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 Engine.

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 Engine.

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