|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IESRIScriptEngine
Provides access to members that control the ESRIScriptEngine.
Method Summary | |
---|---|
void |
addCode(String scriptCode)
The AddCode method. |
void |
getError(int[] pLineNumber,
int[] pCharacterPosition,
String[] pErrorSourceCode,
String[] pErrorDescription)
The Error method. |
String |
getLanguage()
The Script Language. |
boolean |
isAllowUI()
The AllowUI method. |
Object |
run(String procedureName,
Object[] pParameters)
The Run method. |
void |
setAllowUI(boolean pAllowUI)
The AllowUI method. |
void |
setLanguage(String pLanguage)
The Script Language. |
Method Detail |
---|
String getLanguage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLanguage(String pLanguage) throws IOException, AutomationException
pLanguage
- The pLanguage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAllowUI() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowUI(boolean pAllowUI) throws IOException, AutomationException
pAllowUI
- The pAllowUI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addCode(String scriptCode) throws IOException, AutomationException
scriptCode
- The scriptCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object run(String procedureName, Object[] pParameters) throws IOException, AutomationException
procedureName
- The procedureName (in)pParameters
- An UNSUPPORTED non-automation type: 26 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getError(int[] pLineNumber, int[] pCharacterPosition, String[] pErrorSourceCode, String[] pErrorDescription) throws IOException, AutomationException
pLineNumber
- The pLineNumber (in)pCharacterPosition
- The pCharacterPosition (in)pErrorSourceCode
- The pErrorSourceCode (in)pErrorDescription
- The pErrorDescription (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 |