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


IDirectionsFieldMapping.KeyName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDirectionsFieldMapping.KeyName Property

The directions key name of the directions field mapping.

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

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

Product Availability

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

See Also

IDirectionsFieldMapping Interface