ArcObjects Library Reference (GeoDatabase)  

IEdgeFeatureSource Interface

Provides access to members that specify the properties of a network dataset source whose edge elements are derived from line geometry.

Product Availability

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

Members

Description
Read/write property ClassConnectivityGroup Connectivity group in which this edge feature source participates.
Read/write property ClassConnectivityPolicy Policy determining how all edge elements in this source connect to each other.
Read/write property FromElevationFieldName The field name on the feature source to be used as the from elevation field when determining connectivity at coincident end vertices.
Read/write property SubtypeConnectivityGroup Connectivity group in which the specified subtype of this edge feature source participates.
Read/write property SubtypeConnectivityPolicy Policy determining how the edge elements in the specified subtype of this source connect to each other.
Read/write property ToElevationFieldName The field name on the feature source to be used as the to elevation field when determining connectivity at coincident end vertices.
Read/write property UsesSubtypes Indicates if this edge feature source determines connectivity groups and policies by subtypes.

CoClasses that implement IEdgeFeatureSource

CoClasses and Classes Description
EdgeFeatureSource A container for describing a network dataset source whose edge elements are derived from line feature geometry.

Remarks

The IEdgeFeatureSource interface is used to access the properties of the edge feature source, such as its connectivity groups and elevation field names.

To access the EdgeFeatureSource object for an existing network dataset source, use the Source, SourceByID, or SourceByName methods on the INetworkDataset interface.

The IEdgeFeatureSource interface is also used to define a new edge feature source.  To create a new edge feature source, cocreate the EdgeFeatureSource object, specify its properties on both the INetworkSource and IEdgeFeatureSource interfaces, and pass the object to the INetworkBuild::AddSource method on the network dataset.

.NET Related Topics

How to create a multimodal network dataset | How to create a network dataset