ArcObjects Library Reference (GeoDatabase)  

IDirectionsAttributeMapping.AttributeName Property

The network attribute name associated with the directions key name.

[Visual Basic .NET]
Public Property AttributeName As String
[C#]
public string AttributeName {get; set;}
[C++]
HRESULT get_AttributeName(
  BSTR* AttributeName
);
[C++]
HRESULT put_AttributeName(
  BSTR AttributeName
);
[C++]

Parameters

AttributeName [out, retval]   AttributeName is a parameter of type BSTR AttributeName [in]   AttributeName is a parameter of type BSTR

Product Availability

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

See Also

IDirectionsAttributeMapping Interface