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


INetworkTravelMode.ReadFromJSON Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode.ReadFromJSON Method

Reads the contents of this travel mode from a JSON string.

[Visual Basic .NET]
Public Sub ReadFromJSON ( _
    ByVal jsonValue As String _
)
[C#]
public void ReadFromJSON (
    string jsonValue
);
[C++]
HRESULT ReadFromJSON(
  BSTR jsonValue
);
[C++]

Parameters jsonValue [in] jsonValue is a parameter of type BSTR

Product Availability

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

See Also

INetworkTravelMode Interface