com.esri.arcgis.trackinganalyst
Interface IVisualBasicAction

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

public interface IVisualBasicAction
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed to manage custom Visual Basic actions.' 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 IID2838435b_7748_4733_87cf_2b0469eb3964
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getVBMacroName()
          Identifies the macro name for the Visual Basic action settings.
 java.lang.String getVBModuleName()
          Identifies the module name for the Visual Basic action.
 java.lang.String getVBProjectName()
          Identifies the project name for the Visual Basic action.
 void setVBMacroName(java.lang.String pVal)
          Identifies the macro name for the Visual Basic action settings.
 void setVBModuleName(java.lang.String pVal)
          Identifies the module name for the Visual Basic action.
 void setVBProjectName(java.lang.String pVal)
          Identifies the project name for the Visual Basic action.
 

Field Detail

IID2838435b_7748_4733_87cf_2b0469eb3964

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

getVBProjectName

java.lang.String getVBProjectName()
                                  throws java.io.IOException,
                                         AutomationException
Identifies the project name for the Visual Basic action.

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

setVBProjectName

void setVBProjectName(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Identifies the project name for the Visual Basic action.

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

getVBModuleName

java.lang.String getVBModuleName()
                                 throws java.io.IOException,
                                        AutomationException
Identifies the module name for the Visual Basic action.

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

setVBModuleName

void setVBModuleName(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
Identifies the module name for the Visual Basic action.

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

getVBMacroName

java.lang.String getVBMacroName()
                                throws java.io.IOException,
                                       AutomationException
Identifies the macro name for the Visual Basic action settings.

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

setVBMacroName

void setVBMacroName(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Identifies the macro name for the Visual Basic action settings.

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