This document is archived and information here might be outdated.  Recommended version.


IDENetworkDataset Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface
ArcGIS Developer Help

IDENetworkDataset Interface

Provides access to members that describe network dataset data elements.

Product Availability

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

Members

Name Description
Read/write property Attributes Array of network attributes in this network dataset.
Read/write property Buildable Indicates if this network dataset is buildable.
Read/write property ConfigurationKeyword The database configuration keyword for the network dataset.
Read/write property Directions The driving directions settings for the network dataset.
Read/write property HierarchyClusterAttribute The network attribute that is used to optimize network building for hierarchical traversal.
Read/write property HierarchyLevelCount The number of hierarchy levels in the network dataset.
Read/write property MaxValueForHierarchy The maximum value for the specified hierarchy level in the network dataset.
Read/write property NetworkType The type of the network dataset.
Read/write property Properties Property set of this network dataset.
Read/write property Sources Array of network sources in this network dataset.
Read/write property SupportsTurns Indicates if this network dataset supports network turn elements.
Read/write property UserData User specified property set of this network dataset.

Classes that implement IDENetworkDataset

Classes Description
DENetworkDataset Network Dataset Data Element object.

Remarks

The IDENetworkDataset interface should be used to access certain properties of the Network Dataset, such as Hierarchy information.  The IDENetworkDataset interface in combination with the INetworkBuild::UpdateSchema method, should also be used for combining schema updates into a single operation, such as adding multiple sources or attributes to a network dataset.  This is the same methodology that is used by the network dataset property page in ArcCatalog.

The access the data element for a network dataset, QI to the IDatasetComponent interface and use the DataElement method

.NET Samples

Closest facility solver Location-allocation solver ArcGIS Network Analyst extension Engine application Origin-destination cost matrix solver Route layer Selection restriction evaluator Service area solver Subset network evaluators Subset network evaluators Subset network evaluators Subset network evaluators Subset network evaluators Vehicle routing problem solver