com.esri.arcgis.geodatabase
Interface IEvaluatedNetworkAttribute2

All Superinterfaces:
IEvaluatedNetworkAttribute, INetworkAttribute, Serializable
All Known Implementing Classes:
EvaluatedNetworkAttribute

public interface IEvaluatedNetworkAttribute2
extends IEvaluatedNetworkAttribute, Serializable

Provides access to members that specify the properties of an evaluated attribute in a network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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
 

Method Detail

getDENetworkDataset

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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