|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendedObjectInspector
Provides access to additional members that control a custom feature's property inspector.
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 |
---|
boolean isDisableEditOperations() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisableEditOperations(boolean pDisableEditOperations) throws IOException, AutomationException
pDisableEditOperations
- The pDisableEditOperations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |