com.esri.arcgis.geodatabase
Interface INetworkFieldEvaluator

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
INetworkFieldEvaluator2
All Known Implementing Classes:
INetworkFieldEvaluator2Proxy, INetworkFieldEvaluatorProxy, NetworkFieldEvaluator

public interface INetworkFieldEvaluator
extends java.io.Serializable

COM Interface 'INetworkFieldEvaluator'. 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 object field attributes.' 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 IID6337ab0f_7a5e_4de6_bb75_492b407146ff
           
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

IID6337ab0f_7a5e_4de6_bb75_492b407146ff

static final int IID6337ab0f_7a5e_4de6_bb75_492b407146ff
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.