|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkFieldEvaluator
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 |
---|
static final int IID6337ab0f_7a5e_4de6_bb75_492b407146ff
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setExpression(java.lang.String expression, java.lang.String preLogic) throws java.io.IOException, AutomationException
expression
- The expression (in)preLogic
- The preLogic (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getExpression(java.lang.String[] expression, java.lang.String[] preLogic) throws java.io.IOException, AutomationException
expression
- The expression (in/out: use single element array)preLogic
- The preLogic (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |