com.esri.arcgis.trackinganalyst
Class IVisualBasicActionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IVisualBasicActionProxy
All Implemented Interfaces:
IVisualBasicAction, Externalizable, Serializable

public class IVisualBasicActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IVisualBasicAction, Serializable

Provides access to properties and methods needed to manage custom Visual Basic actions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IVisualBasicActionProxy()
           
  IVisualBasicActionProxy(Object obj)
           
protected IVisualBasicActionProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getVBMacroName()
          Identifies the macro name for the Visual Basic action settings.
 String getVBModuleName()
          Identifies the module name for the Visual Basic action.
 String getVBProjectName()
          Identifies the project name for the Visual Basic action.
 void removeListener(String iidStr, Object theListener)
           
 void setVBMacroName(String pVal)
          Identifies the macro name for the Visual Basic action settings.
 void setVBModuleName(String pVal)
          Identifies the module name for the Visual Basic action.
 void setVBProjectName(String pVal)
          Identifies the project name for the Visual Basic action.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IVisualBasicActionProxy

public IVisualBasicActionProxy()

IVisualBasicActionProxy

public IVisualBasicActionProxy(Object obj)
                        throws IOException
Throws:
IOException

IVisualBasicActionProxy

protected IVisualBasicActionProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getVBProjectName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getVBProjectName in interface IVisualBasicAction
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBProjectName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setVBProjectName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVBModuleName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getVBModuleName in interface IVisualBasicAction
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBModuleName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setVBModuleName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVBMacroName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getVBMacroName in interface IVisualBasicAction
Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVBMacroName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setVBMacroName in interface IVisualBasicAction
Parameters:
pVal - The pVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.