Provides access to members that specify the properties of a network dataset source whose junction elements are generated automatically when the network is built.
Members
Name | Description | |
---|---|---|
ElevationFieldName | The field name to be used as the elevation field when determining connectivity at coincident vertices. |
ISystemJunctionSource.ElevationFieldName Property
The field name to be used as the elevation field when determining connectivity at coincident vertices.
Public ReadOnly Property ElevationFieldName As String
public string ElevationFieldName {get;}
Classes that implement ISystemJunctionSource
Classes | Description |
---|
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.