IDirectionsFieldMapping Interface

Provides access to the properties for directions field mapping.

Members

Name Description
Read/write property FieldName The network source field name associated with the directions key name and direction.
Read/write property KeyName The directions key name of the directions field mapping.

IDirectionsFieldMapping.FieldName Property

The network source field name associated with the directions key name and direction.

Public Function get_FieldName ( _
    ByVal Direction As esriNetworkEdgeDirection _
) As String
Public Sub set_FieldName ( _
    ByVal Direction As esriNetworkEdgeDirection, _
    ByVal FieldName As String _
)
public string get_FieldName (
    esriNetworkEdgeDirection Direction
);
public void set_FieldName (
    esriNetworkEdgeDirection Direction,
    string FieldName
);

IDirectionsFieldMapping.KeyName Property

The directions key name of the directions field mapping.

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

Classes that implement IDirectionsFieldMapping

Classes Description
DirectionsFieldMapping A container for a directions field mapping.

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