com.esri.arcgis.system
Interface scriptEngineError

All Superinterfaces:
java.io.Serializable

public interface scriptEngineError
extends java.io.Serializable

Constants from scriptEngineError' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Error codes for 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 =


Field Summary
static int SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL
          Cannot co-create JScript control.
static int SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL
          Cannot co-create VBScript control.
 

Field Detail

SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL

static final int SCRIPTENGINE_E_CANNOT_COCREATE_VBSCRIPT_CONTROL
Cannot co-create VBScript control.

See Also:
Constant Field Values

SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL

static final int SCRIPTENGINE_E_CANNOT_COCREATE_JSCRIPT_CONTROL
Cannot co-create JScript control.

See Also:
Constant Field Values