This document is archived and information here might be outdated.  Recommended version.


IDirectionsFieldMapping.FieldName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDirectionsFieldMapping.FieldName Property

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

[Visual Basic .NET]
Public Function get_FieldName ( _
    ByVal Direction As esriNetworkEdgeDirection _
) As String
[Visual Basic .NET]
Public Sub set_FieldName ( _
    ByVal Direction As esriNetworkEdgeDirection, _
    ByVal FieldName As String _
)
[C#]
public string get_FieldName (
    esriNetworkEdgeDirection Direction
);
[C#]
public void set_FieldName (
    esriNetworkEdgeDirection Direction,
    string FieldName
);
[C++]
HRESULT get_FieldName(
  esriNetworkEdgeDirection Direction,
  BSTR* FieldName
);
[C++]
HRESULT put_FieldName(
  esriNetworkEdgeDirection Direction,
  BSTR FieldName
);
[C++]

Parameters Direction [in]
Direction is a parameter of type esriNetworkEdgeDirection FieldName [out, retval] FieldName is a parameter of type BSTR Direction [in]
Direction is a parameter of type esriNetworkEdgeDirection FieldName [in] FieldName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDirectionsFieldMapping Interface