com.esri.arcgis.geodatabase
Interface INetworkScriptEvaluator2

All Superinterfaces:
INetworkScriptEvaluator, java.io.Serializable
All Known Implementing Classes:
INetworkScriptEvaluator2Proxy, NetworkScriptEvaluator

public interface INetworkScriptEvaluator2
extends INetworkScriptEvaluator, java.io.Serializable

COM Interface 'INetworkScriptEvaluator2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that specify the properties of a network attribute evaluator whose values are derived from VBScript expressions.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID6430e4f4_ad03_4310_9a30_0a24ff6c413a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkScriptEvaluator
IID9603b546_894d_4dcd_93ed_a2e046faf32c
 
Method Summary
 void getLanguage(java.lang.String[] language)
          Gets the script language
 void setLanguage(java.lang.String language)
          Sets the script language
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkScriptEvaluator
getExpression, setExpression
 

Field Detail

IID6430e4f4_ad03_4310_9a30_0a24ff6c413a

static final int IID6430e4f4_ad03_4310_9a30_0a24ff6c413a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setLanguage

void setLanguage(java.lang.String language)
                 throws java.io.IOException,
                        AutomationException
Sets the script language

Parameters:
language - The language (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguage

void getLanguage(java.lang.String[] language)
                 throws java.io.IOException,
                        AutomationException
Gets the script language

Parameters:
language - The language (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.