This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkSourceDirections2 Interface > INetworkSourceDirections2.FieldMappings Property (ArcObjects .NET 10.5 SDK) |
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