Provides access to the properties for setting up driving directions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DefaultOutputLengthUnits | The default length units that will be used for reporting distances in driving directions. | |
LengthAttributeName | The name of the network attribute to be used for reporting travel distances. | |
RoadClassAttributeName | The name of the network attribute to be used for road classification. | |
TimeAttributeName | The name of the network attribute to be used for reporting travel time. |
CoClasses that implement INetworkDirections
CoClasses and Classes | Description |
---|---|
NetworkDirections | A container for describing and using network directions. |
Remarks
The INetworkDirections interface should be used to get and set Directions information at the network dataset level, such as the output length units or length attribute to be used for Directions generation. In order to generate directions a network dataset needs certain information which includes:
- Length attribute
- Length units
- At least one edge feature class with a primary name
The length attribute and units parameters are set on the INetworkDirections interface.