Provides access to the properties for directions field mapping.
Members
Name | Description | |
---|---|---|
FieldName | The network source field name associated with the directions key name and direction. | |
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. |