|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVisualBasicAction
Provides access to properties and methods needed to manage custom Visual Basic actions.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
String getVBProjectName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVBProjectName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVBModuleName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVBModuleName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVBMacroName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVBMacroName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |