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


INetworkTravelMode Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTravelMode Interface
ArcGIS Developer Help

INetworkTravelMode Interface

Provides access to members that specify the properties of a travel mode in a network dataset.

Product Availability

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

Members

Name Description
Read/write property AttributeParameterValues The collection of network attribute parameter values to be used with the analysis.
Read/write property DistanceAttributeName The name of the distance-based network attribute to be used in analysis.
Read/write property ImpedanceAttributeName The name of the network attribute to be used as the impedance attribute in analysis.
Read/write property Name The name of the travel mode.
Read/write property OutputGeometryPrecision Specifies the precision of the output geometry after generalization.
Read/write property OutputGeometryPrecisionUnits Specifies the units of the output geometry precision.
Method ReadFromJSON Reads the contents of this travel mode from a JSON string.
Read/write property RestrictionAttributeNames The collection of network attribute names to be used as restrictions with the analysis.
Read/write property RestrictUTurns Indicates how U-Turns should be restricted in the analysis.
Read/write property TimeAttributeName The name of the time-based network attribute to be used in analysis.
Read/write property UseHierarchy Indicates if the hierarchy attribute for the network should be used in analysis.
Method WriteToJSON Writes the contents of this travel mode as a JSON string.

Classes that implement INetworkTravelMode

Classes Description
NetworkTravelMode A container for describing a travel mode in a network dataset.