com.esri.arcgis.trackinganalyst
Interface IDiscoverActions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDiscoverActionsProxy

public interface IDiscoverActions
extends java.io.Serializable

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

Description: 'Provides access to properties and methods to determine entire set of actions that might be related to proximity trigger rules.' 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 IID63483f8a_3c56_4963_b852_98b4290e0594
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean containsActionName(java.lang.String bstrActionName)
          Determine if a specific proximity trigger rule namd is used.
 void discoverActions(java.lang.Object piContext)
          Discover all actions associated with proximity trigger rules.
 

Field Detail

IID63483f8a_3c56_4963_b852_98b4290e0594

static final int IID63483f8a_3c56_4963_b852_98b4290e0594
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

discoverActions

void discoverActions(java.lang.Object piContext)
                     throws java.io.IOException,
                            AutomationException
Discover all actions associated with proximity trigger rules.

Parameters:
piContext - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

containsActionName

boolean containsActionName(java.lang.String bstrActionName)
                           throws java.io.IOException,
                                  AutomationException
Determine if a specific proximity trigger rule namd is used.

Parameters:
bstrActionName - The bstrActionName (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.