com.esri.arcgis.trackinganalyst
Interface ITxDocEventHandler2

All Superinterfaces:
ITxDocEventHandler, java.io.Serializable
All Known Implementing Classes:
DocEventHandler, ITxDocEventHandler2Proxy

public interface ITxDocEventHandler2
extends ITxDocEventHandler, java.io.Serializable

COM Interface 'ITxDocEventHandler2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods for document event handling.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID30e4c800_e876_4b55_a95d_9cabf196f9e0
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxDocEventHandler
IID51e14ff2_84f5_11d7_b877_00010265adc5
 
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
 

Field Detail

IID30e4c800_e876_4b55_a95d_9cabf196f9e0

static final int IID30e4c800_e876_4b55_a95d_9cabf196f9e0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

runningEnvironment

int runningEnvironment()
                       throws java.io.IOException,
                              AutomationException
Identifies the client envirionment, e.g., ArcMap, ArcGlobe, Map Control, ... with or without dynamic display.

Returns:
A com.esri.arcgis.trackinganalyst.enumTrackingEnv constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.