Provides access to the properties for directions field mapping descriptor.
Members
Name | Description | |
---|---|---|
DisplayName | The localized user friendly name. | |
KeyName | The directions key name of the directions field mapping. | |
MappingType | The type of directions field mapping. | |
SupportedDataTypes | The array of esriFieldType values to describe supported data types. | |
SupportedSourceTypes | The array of esriNetworkSourceType values to describe supported network source types. |
IDirectionsFieldMappingDescriptor.DisplayName Property
The localized user friendly name.
Public Function get_DisplayName ( _
ByVal Direction As esriNetworkEdgeDirection _
) As String
public string get_DisplayName (
esriNetworkEdgeDirection Direction
);
IDirectionsFieldMappingDescriptor.KeyName Property
The directions key name of the directions field mapping.
Public ReadOnly Property KeyName As String
public string KeyName {get;}
IDirectionsFieldMappingDescriptor.MappingType Property
The type of directions field mapping.
Public ReadOnly Property MappingType As esriDirectionsFieldMappingType
public esriDirectionsFieldMappingType MappingType {get;}
IDirectionsFieldMappingDescriptor.SupportedDataTypes Property
The array of esriFieldType values to describe supported data types.
Public ReadOnly Property SupportedDataTypes As ILongArray
public ILongArray SupportedDataTypes {get;}
IDirectionsFieldMappingDescriptor.SupportedSourceTypes Property
The array of esriNetworkSourceType values to describe supported network source types.
Public ReadOnly Property SupportedSourceTypes As ILongArray
public ILongArray SupportedSourceTypes {get;}
Classes that implement IDirectionsFieldMappingDescriptor
Classes | Description |
---|