Provides access to the properties for directions attribute mapping descriptor.
Members
Name | Description | |
---|---|---|
DataType | The network attribute data type. | |
DisplayName | The localized user friendly name. | |
KeyName | The key name to be used directions engine to recognize the mapping | |
UsageType | The network attribute usage type. |
IDirectionsAttributeMappingDescriptor.DataType Property
The network attribute data type.
Public ReadOnly Property DataType As esriNetworkAttributeDataType
public esriNetworkAttributeDataType DataType {get;}
IDirectionsAttributeMappingDescriptor.DisplayName Property
The localized user friendly name.
Public ReadOnly Property DisplayName As String
public string DisplayName {get;}
IDirectionsAttributeMappingDescriptor.KeyName Property
The key name to be used directions engine to recognize the mapping.
Public ReadOnly Property KeyName As String
public string KeyName {get;}
IDirectionsAttributeMappingDescriptor.UsageType Property
The network attribute usage type.
Public ReadOnly Property UsageType As esriNetworkAttributeUsageType
public esriNetworkAttributeUsageType UsageType {get;}
Classes that implement IDirectionsAttributeMappingDescriptor
Classes | Description |
---|