com.esri.arcgis.geodatabase
Interface INetworkScriptEvaluator

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkScriptEvaluator2
All Known Implementing Classes:
INetworkScriptEvaluator2Proxy, INetworkScriptEvaluatorProxy, NetworkScriptEvaluator

public interface INetworkScriptEvaluator
extends java.io.Serializable

COM Interface 'INetworkScriptEvaluator'. 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 IID9603b546_894d_4dcd_93ed_a2e046faf32c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getExpression(java.lang.String[] expression, java.lang.String[] preLogic)
          Gets the VBScript calculator expression and pre-logic used to derive the values for this network evaluator.
 void setExpression(java.lang.String expression, java.lang.String preLogic)
          Sets the VBScript calculator expression and pre-logic used to derive the values for this network evaluator.
 

Field Detail

IID9603b546_894d_4dcd_93ed_a2e046faf32c

static final int IID9603b546_894d_4dcd_93ed_a2e046faf32c
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

setExpression

void setExpression(java.lang.String expression,
                   java.lang.String preLogic)
                   throws java.io.IOException,
                          AutomationException
Sets the VBScript calculator expression and pre-logic used to derive the values for this network evaluator.

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

getExpression

void getExpression(java.lang.String[] expression,
                   java.lang.String[] preLogic)
                   throws java.io.IOException,
                          AutomationException
Gets the VBScript calculator expression and pre-logic used to derive the values for this network evaluator.

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