This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that describe network dataset data elements.
Description | ||
---|---|---|
Attributes | Array of network attributes in this network dataset. | |
Buildable | Indicates if this network dataset is buildable. | |
ConfigurationKeyword | The database configuration keyword for the network dataset. | |
Directions | The driving directions settings for the network dataset. | |
HierarchyClusterAttribute | The network attribute that is used to optimize network building for hierarchical traversal. | |
HierarchyLevelCount | The number of hierarchy levels in the network dataset. | |
MaxValueForHierarchy | The maximum value for the specified hierarchy level in the network dataset. | |
NetworkType | The type of the network dataset. | |
Properties | Property set of this network dataset. | |
Sources | Array of network sources in this network dataset. | |
SupportsTurns | Indicates if this network dataset supports network turn elements. | |
UserData | User specified property set of this network dataset. |
CoClasses and Classes | Description |
---|---|
DENetworkDataset | Network Dataset Data Element object. |
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