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


IDirectionsAttributeMapping.KeyName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDirectionsAttributeMapping Interface > IDirectionsAttributeMapping.KeyName Property
ArcGIS Developer Help

IDirectionsAttributeMapping.KeyName Property

The key name to be used for driving directions generation.

[Visual Basic .NET]
Public Property KeyName As String
[C#]
public string KeyName {get; set;}
[C++]
HRESULT get_KeyName(
  BSTR KeyName
);
[C++]
HRESULT put_KeyName(
  System.String* KeyName
);
[C++]
Parameters
KeyName [in]

KeyName is a parameter of type BSTR KeyName [out, retval]
KeyName is a parameter of type BSTR*

Product Availability

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

See Also

IDirectionsAttributeMapping Interface