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


INetworkSourceDirections2.FieldMappings Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections2 Interface > INetworkSourceDirections2.FieldMappings Property
ArcGIS Developer Help

INetworkSourceDirections2.FieldMappings Property

The collection of directions field mapping.

[Visual Basic .NET]
Public Property FieldMappings As IArray
[C#]
public IArray FieldMappings {get; set;}
[C++]
HRESULT get_FieldMappings(
  IArray** FieldMappings
);
[C++]
HRESULT putref_FieldMappings(
  IArray* FieldMappings
);
[C++]
Parameters
FieldMappings [out, retval]

FieldMappings is a parameter of type IArray** FieldMappings [in]
FieldMappings is a parameter of type IArray*

Product Availability

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

See Also

INetworkSourceDirections2 Interface