public interface IESRIScriptEngine
extends java.io.Serializable
Description: 'Provides access to members that control the ESRIScriptEngine.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID52b13a57_aa06_49be_a4d0_3cddac943ebe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addCode(java.lang.String scriptCode)
The AddCode method.
|
void |
getError(int[] pLineNumber,
int[] pCharacterPosition,
java.lang.String[] pErrorSourceCode,
java.lang.String[] pErrorDescription)
The Error method.
|
java.lang.String |
getLanguage()
The Script Language.
|
boolean |
isAllowUI()
The AllowUI method.
|
java.lang.Object |
run(java.lang.String procedureName,
java.lang.Object[] pParameters)
The Run method.
|
void |
setAllowUI(boolean pAllowUI)
The AllowUI method.
|
void |
setLanguage(java.lang.String pLanguage)
The Script Language.
|
static final int IID52b13a57_aa06_49be_a4d0_3cddac943ebe
static final int xxDummy
static final java.lang.String IID
java.lang.String getLanguage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLanguage(java.lang.String pLanguage) throws java.io.IOException, AutomationException
pLanguage
- The pLanguage (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAllowUI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAllowUI(boolean pAllowUI) throws java.io.IOException, AutomationException
pAllowUI
- The pAllowUI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addCode(java.lang.String scriptCode) throws java.io.IOException, AutomationException
scriptCode
- The scriptCode (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object run(java.lang.String procedureName, java.lang.Object[] pParameters) throws java.io.IOException, AutomationException
procedureName
- The procedureName (in)pParameters
- An UNSUPPORTED non-automation type: 26 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getError(int[] pLineNumber, int[] pCharacterPosition, java.lang.String[] pErrorSourceCode, java.lang.String[] pErrorDescription) throws java.io.IOException, AutomationException
pLineNumber
- The pLineNumber (in)pCharacterPosition
- The pCharacterPosition (in)pErrorSourceCode
- The pErrorSourceCode (in)pErrorDescription
- The pErrorDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.