com.esri.arcgis.trackinganalyst
Interface IActionSetup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, HighlightSuppressionAction, IActionSetupProxy

public interface IActionSetup
extends java.io.Serializable

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

Description: 'Provides access to read-only properties of an action. This interface allows the base action to be set up by a parent action object.' 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 IID6cb2cb85_ab36_4c4c_933d_25c71b0c4d6d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void initialize(java.lang.String bstrDeveloperName, java.lang.String bstrTypeDescription, double dVersion)
          Initialize the Base or Child Action.
 

Field Detail

IID6cb2cb85_ab36_4c4c_933d_25c71b0c4d6d

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

initialize

void initialize(java.lang.String bstrDeveloperName,
                java.lang.String bstrTypeDescription,
                double dVersion)
                throws java.io.IOException,
                       AutomationException
Initialize the Base or Child Action.

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