com.esri.arcgis.geodatabase
Interface IEvaluatedNetworkAttribute2

All Superinterfaces:
IEvaluatedNetworkAttribute, INetworkAttribute, java.io.Serializable
All Known Implementing Classes:
EvaluatedNetworkAttribute, IEvaluatedNetworkAttribute2Proxy

public interface IEvaluatedNetworkAttribute2
extends IEvaluatedNetworkAttribute, java.io.Serializable

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

Description: 'Provides access to members that specify the properties of an evaluated attribute in a network dataset.' 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 IIDb330f518_d166_42b9_a7ea_015cf104c41d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IEvaluatedNetworkAttribute
IIDafb92f55_f7e1_4210_b44e_e118ac2d4d99
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
IIDae92a9b6_9c80_41b1_b84d_765f18b43625
 
Method Summary
 IDENetworkDataset getDENetworkDataset()
          Evaluator used to derive values from the given network source for this network attribute.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IEvaluatedNetworkAttribute
getDefaultEvaluator, getEvaluator, setDefaultEvaluatorByRef, setEvaluatorByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkAttribute
getDataType, getID, getName, getUnits, getUsageType, setDataType, setName, setUnits, setUsageType
 

Field Detail

IIDb330f518_d166_42b9_a7ea_015cf104c41d

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

getDENetworkDataset

IDENetworkDataset getDENetworkDataset()
                                      throws java.io.IOException,
                                             AutomationException
Evaluator used to derive values from the given network source for this network attribute.

Returns:
A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.