INetworkSourceDirections Interface

Provides access to the properties for generating directions for a specific network dataset source.

Members

Name Description
Read/write property AdminAreaFieldName The name of the field containing the administrative area information for generating directions.
Read/write property FeatureNameFields The fields containing the names used in reporting directions.
Read/write property FieldMappings The collection of directions field mapping.
Read/write property LandmarkEventSources The collection of DirectionsLandmarkSource items used to generate event bypass instructions.
Read/write property LandmarkManeuverSources The collection of DirectionsLandmarkSource items used to improve maneuver guidance.
Read/write property Shields The directions shields settings for this source.

INetworkSourceDirections.AdminAreaFieldName Property

The name of the field containing the administrative area information for generating directions.

Public Property AdminAreaFieldName As String
public string AdminAreaFieldName {get; set;}

Remarks

The AdminAreaFieldName property takes in a field name pointing to a field that contains information on moving from one region to another. For example, a network source may have a field called "States" that lists which state each feature is in. When directions are generated, this field can be used for indicating when the network analysis result crosses from one region into another.

Only one AdminAreaFieldName can be specified for each network source.

INetworkSourceDirections.FeatureNameFields Property

The fields containing the names used in reporting directions.

Public Property FeatureNameFields As IArray
public IArray FeatureNameFields {get; set;}

INetworkSourceDirections.FieldMappings Property

The collection of directions field mapping.

Public Property FieldMappings As IArray
public IArray FieldMappings {get; set;}

INetworkSourceDirections.LandmarkEventSources Property

The collection of DirectionsLandmarkSource items used to generate event bypass instructions.

Public Property LandmarkEventSources As IArray
public IArray LandmarkEventSources {get; set;}

INetworkSourceDirections.LandmarkManeuverSources Property

The collection of DirectionsLandmarkSource items used to improve maneuver guidance.

Public Property LandmarkManeuverSources As IArray
public IArray LandmarkManeuverSources {get; set;}

INetworkSourceDirections.Shields Property

The directions shields settings for this source.

Public Property Shields As IShields
public IShields Shields {get; set;}

Remarks

The Shields property takes in an IShields object that contains the Shields information for each network source.

Classes that implement INetworkSourceDirections

Classes Description
NetworkSourceDirections A container for describing how to generate directions for a network dataset source.

Remarks

The INetworkSourceDirections interface contains members for setting direction information at the network source level, such as the street name fields and the administrative boundary fields.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.