Skip to content

IDirectionsFieldMappingDescriptor Interface

Provides access to the properties for directions field mapping descriptor.

Members

Name Description
Read-only property DisplayName The localized user friendly name.
Read-only property KeyName The directions key name of the directions field mapping.
Read-only property MappingType The type of directions field mapping.
Read-only property SupportedDataTypes The array of esriFieldType values to describe supported data types.
Read-only property SupportedSourceTypes The array of esriNetworkSourceType values to describe supported network source types.

IDirectionsFieldMappingDescriptor.DisplayName Property

The localized user friendly name.

Public Function get_DisplayName ( _     ByVal Direction As esriNetworkEdgeDirection _ ) As String 
public string get_DisplayName (     esriNetworkEdgeDirection Direction ); 

IDirectionsFieldMappingDescriptor.KeyName Property

The directions key name of the directions field mapping.

Public ReadOnly Property KeyName As String 
public string KeyName {get;} 

IDirectionsFieldMappingDescriptor.MappingType Property

The type of directions field mapping.

Public ReadOnly Property MappingType As esriDirectionsFieldMappingType 
public esriDirectionsFieldMappingType MappingType {get;} 

IDirectionsFieldMappingDescriptor.SupportedDataTypes Property

The array of esriFieldType values to describe supported data types.

Public ReadOnly Property SupportedDataTypes As ILongArray 
public ILongArray SupportedDataTypes {get;} 

IDirectionsFieldMappingDescriptor.SupportedSourceTypes Property

The array of esriNetworkSourceType values to describe supported network source types.

Public ReadOnly Property SupportedSourceTypes As ILongArray 
public ILongArray SupportedSourceTypes {get;} 

Classes that implement IDirectionsFieldMappingDescriptor

Classes Description

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