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


INAServerTravelMode2.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerTravelMode2 Interface > INAServerTravelMode2.Type Property
ArcGIS Developer Help

INAServerTravelMode2.Type Property

Specifies the travel mode type.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  System.String* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerTravelMode2 Interface