|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxDocEventHandler
Provides access to properties and methods for document event handling.
This interface provides methods and properties to indicate parent document, whether or not the object is valid, and the running environment (e.g., in ArcMap, ArcCatalog and MapControl).
Hidden function RemoveAllTemporalLayers under this interface always returns E_FAIL.
Method Summary | |
---|---|
Object |
getParentDocument()
Parent document responsible for the document event handling. |
void |
isApplication()
Indicates if this object is part of an application. |
void |
isMapControl()
Indicates if this object is attached to a map control. |
void |
isRunningInArcMap()
Indicates if this object is attached to ArcMap. |
void |
isRunningInCatalog()
Indicates if this object is attached to ArcCatalog. |
boolean |
isValid()
Indicates if this object is in a valid state. |
Method Detail |
---|
Object getParentDocument() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isMapControl() throws IOException, AutomationException
This method has been superseded by ITxDocEventHandler::RunningEnvironment.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isApplication() throws IOException, AutomationException
This method has been superseded by ITxDocEventHandler::RunningEnvironment.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isRunningInCatalog() throws IOException, AutomationException
This method has been superseded by ITxDocEventHandler::RunningEnvironment.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void isRunningInArcMap() throws IOException, AutomationException
This method has been superseded by ITxDocEventHandler::RunningEnvironment.
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 |