|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxDocEventHandler2
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).
This interface is new at ArcGIS 9.3. It supersedes ITxDocEventHandler.
Method Summary | |
---|---|
int |
runningEnvironment()
Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... |
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITxDocEventHandler |
---|
getParentDocument, isApplication, isMapControl, isRunningInArcMap, isRunningInCatalog, isValid |
Method Detail |
---|
int runningEnvironment() throws IOException, AutomationException
This method identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... with or without dynamic display.
RunningEnvironment can be used to determine the client application that Tracking Analyst is running inside. This information can be useful when different operations need to be performed depending on the client hosting Tracking Analyst, i.e. a MapControl vs. a GlobeControl. This method supersedes IsMapControl, IsApplication, IsRunningInCatalog, and IsRunningInArcMap in ITxDocEventHandler.
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 |