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


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

INetworkDirections2.AttributeMappings Property

The collection of directions attribute mapping.

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

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

Product Availability

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

See Also

INetworkDirections2 Interface