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.
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.