ArcObjects Library Reference (GeoDatabase)  

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