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


INetworkTravelMode2 Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode2 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

Description
Read/write property AttributeParameterValues The collection of network attribute parameter values to be used with the analysis.
Read/write property Description The description of the travel mode.
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 Type The type of the travel mode.
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.

Inherited Interfaces

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

CoClasses that implement INetworkTravelMode2

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