Provides access to members that control the ESRIScriptEngine.
Members
Name | Description | |
---|---|---|
![]() |
AddCode | The AddCode method. |
![]() |
AllowUI | The AllowUI method. |
![]() |
Error | The Error method. |
![]() |
Language | The Script Language. |
![]() |
Run | The Run method. |
IESRIScriptEngine.AddCode Method
The AddCode method.
Public Sub AddCode ( _
ByVal scriptCode As String _
)
public void AddCode (
string scriptCode
);
IESRIScriptEngine.AllowUI Property
The AllowUI method.
Public Property AllowUI As Boolean
public bool AllowUI {get; set;}
IESRIScriptEngine.Error Property
The Error method.
Public Sub Error ( _
ByRef pLineNumber As Integer, _
ByRef pCharacterPosition As Integer, _
ByRef pErrorSourceCode As String, _
ByRef pErrorDescription As String _
)
public void Error (
ref int pLineNumber,
ref int pCharacterPosition,
ref string pErrorSourceCode,
ref string pErrorDescription
);
IESRIScriptEngine.Language Property
The Script Language.
Public Property Language As String
public string Language {get; set;}
IESRIScriptEngine.Run Method
The Run method.
Public Function Run ( _
ByVal procedureName As String, _
ByRef pParameters As IntPtr[]& _
) As Object
public object Run (
string procedureName,
ref IntPtr[]& pParameters
);
Classes that implement IESRIScriptEngine
Classes | Description |
---|---|
ESRIScriptEngine | An object that creates ESRIScriptEngine instances. |