ArcObjects Library Reference (GeoDatabase)  

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