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


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

ISystemJunctionSource Interface

Provides access to members that specify the properties of a network dataset source whose junction elements are generated automatically when the network is built.

Product Availability

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

Members

Name Description
Read-only property ElevationFieldName The field name to be used as the elevation field when determining connectivity at coincident vertices.

Classes that implement ISystemJunctionSource

Classes Description
SystemJunctionSource A container for describing a network dataset source where junction elements are generated automatically when the network is built.

Remarks

The ISystemJunctionSource interface is used to access the properties, such as the elevation field name, of the system junction feature source of a Network Dataset.

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