com.esri.arcgis.catalogUI
Interface INetworkDirectionConfiguration3

All Superinterfaces:
INetworkDirectionConfiguration, INetworkDirectionConfiguration2, Serializable
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkDirectionConfiguration3
extends INetworkDirectionConfiguration2, Serializable

Provides access to the network direction configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IStringArray getLandmarkLabelFieldNames()
          The landmark label field names.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkDirectionConfiguration2
getDirectionsAttributeMappingConstraintsPropertySets, getDirectionsFieldMappingConstraintsPropertySets, getFullNames, getHighwayDirectionNames, getLanguageNames
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkDirectionConfiguration
getOutputLinearUnits, getPreDirNames, getPreTypeNames, getRoadClassAttributeNames, getStreetNames, getSuffixNames, getSuffixTypeNames
 

Method Detail

getLandmarkLabelFieldNames

IStringArray getLandmarkLabelFieldNames()
                                        throws IOException,
                                               AutomationException
The landmark label field names.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.